From 247a2791e366e4a432f3cfe150bc6d9aafd710f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Delaune?= Date: Tue, 10 Jan 2012 15:11:01 +0100 Subject: [PATCH] Bug 7433:french translation add a bad single quote into js function --- .../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