---
 .../prog/en/includes/background-job.inc            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc 
b/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc
index b18d5ce..7b3b213 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc
@@ -73,7 +73,7 @@
                     backgroundJobProgressTimer = 
setInterval("updateJobProgress()", 500);
                 },
                 error: function(xml, textStatus) {
-                    alert(_('Failed to submit form: ') + textStatus);
+                    alert(_("Failed to submit form: ") + textStatus);
                 }
 
             });
-- 
1.7.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to