From 4004afafcc03d3bd41d7526f6dae935a71556ef1 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 --- koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js index 5936359..97feefc 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