Bug 6084: Follow up - fix more translation markers
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / stage-marc-import.tmpl
index 8660db0..4553f1a 100644 (file)
@@ -17,7 +17,7 @@ $(document).ready(function(){
 });
 function CheckForm(f) {
     if ($("#fileToUpload").value == '') {
-        alert('Please upload a file first.');
+        alert(_('Please upload a file first.'));
     } else {
         return submitBackgroundJob(f);
     }