This commit is contained in:
Julian Arni
2013-09-23 10:13:33 -04:00
parent 4fdf7a4849
commit c196d1895a

View File

@@ -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