[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6073: string misses to be translatable

Chris Nighswonger cnighswonger at foundations.edu
Wed Aug 10 23:47:54 CEST 2011


This patch does not apply cleanly to 3.4.x. If it should, please fix up and
resubmit with [3.4.x] in the subject line.

Kind Regards,
Chris


2011/5/13 Frédéric Demians <f.demians at tamil.fr>

> From: Paul Poulain <paul.poulain at biblibre.com>
>
> [2011.05.13] F. Demians. Rebased on HEAD.
>
> Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
> ---
>  koha-tmpl/intranet-tmpl/prog/en/js/acq.js |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js
> b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js
> index bcfb7b8..ad573de 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<form.elements['price' + field].value.length; ++i) {
> --
> 1.7.4
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha-community.org
> 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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20110810/5aef0ff8/attachment.htm>


More information about the Koha-patches mailing list