From: Owen Leonard Date: Thu, 18 Jul 2013 15:30:35 +0000 (-0400) Subject: Bug 7598: [Follow-up] make strings in acquisitions JavaScript translatable X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=b38187d8b004316b17d1e67753d638e96bb62bb8;p=koha.git Bug 7598: [Follow-up] make strings in acquisitions JavaScript translatable This follow-up addresses QA comments and moves punctuation and line breaks out of the string to be translated. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js index b1fdf588f2..9997768461 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js +++ b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js @@ -35,12 +35,6 @@ function isNull(f,noalert) { return true; } - - - - - - //Function returns false if v is not a number (if maybenull is 0, it also returns an error if the number is 0) function isNum(v,maybenull) { var n = new Number(v.value); @@ -822,7 +816,7 @@ if ( newBudgetParent ) { url += '&parent_id=' + newBudgetParent}; if (result == '1') { return MSG_BUDGET_PARENT_ALLOCATION; } else if (result == '2') { - return MSG_BUDGET_PARENT_ALLOCATION; + return MSG_BUDGET_PERIOD_ALLOCATION; } else { return false; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 44106aeada..82a66476cb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -3,8 +3,9 @@ [% INCLUDE 'doc-head-close.inc' %]