Bug 6084: Follow up - fix more translation markers
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / acq.js
index 5936359..bcfb7b8 100644 (file)
@@ -384,7 +384,7 @@ function closeandprint(bg){
        if(document.location = '/cgi-bin/koha/acqui/basketgroup.pl?op=closeandprint&basketgroupid=' + bg ){
                setTimeout("window.location.reload();",3000);
        }else{
-               alert('Error downloading the file');
+               alert(_('Error downloading the file'));
        }
 }