Commit c196d189 by Julian Arni

i18n fix

parent 4fdf7a48
...@@ -104,8 +104,7 @@ $('#fileupload').fileupload({ ...@@ -104,8 +104,7 @@ $('#fileupload').fileupload({
}, },
start: function(e) { start: function(e) {
window.onbeforeunload = function() { window.onbeforeunload = function() {
return "Your import is in progress; navigating " + return '${_("Your import is in progress; navigating away will abort it.")}';
"away will abort it.";
} }
}, },
sequentialUploads: true sequentialUploads: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment