From c196d1895abc583b811ad79d2e67fc92f3e555c4 Mon Sep 17 00:00:00 2001 From: Julian Arni Date: Mon, 23 Sep 2013 10:13:33 -0400 Subject: [PATCH] i18n fix --- cms/templates/import.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cms/templates/import.html b/cms/templates/import.html index 706c56351a..2973d6ef4f 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -104,8 +104,7 @@ $('#fileupload').fileupload({ }, start: function(e) { window.onbeforeunload = function() { - return "Your import is in progress; navigating " + - "away will abort it."; + return '${_("Your import is in progress; navigating away will abort it.")}'; } }, sequentialUploads: true