From ddfd5446ffea67adefe4beaebbbd8cfa832dd09f Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 5 Apr 2011 18:03:19 +0200 Subject: [PATCH] BZ6073: string misses to be translatable Signed-off-by: Frederic Demians Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js index bcfb7b81c8..97feefc148 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js +++ b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js @@ -4,7 +4,7 @@ function uncheckbox(form, field) { var price = new Number(form.elements['price' + field].value); var tmpprice = ""; - var errmsg = "ERROR: Price is not a valid number, please check the price and try again!" + var errmsg = _("ERROR: Price is not a valid number, please check the price and try again!") if (isNaN(price)) { alert(errmsg); for(var i=0; i