[Koha-patches] [PATCH] Bug 7433:french translation add a bad single quote into js function

Stéphane Delaune stephane.delaune at biblibre.com
Tue Jan 10 15:14:30 CET 2012


---
 .../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



More information about the Koha-patches mailing list