From dbcbc9051e8a2443616f9a76f5110d07a8458664 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 12 Sep 2013 08:35:41 -0400 Subject: [PATCH] Bug 7180 - QA Followup - Correct minor language issues Signed-off-by: Kyle M Hall --- .../prog/en/modules/acqui/addorderiso2709.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index 6d9d3e9..3a71422 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -112,7 +112,7 @@ } }); if ( error > 0 ) { - alert(error + " " + _("quantity values are not filled or not a number")); + alert(error + " " + _("quantity values are not filled in or are not numbers")); return false; } @@ -146,7 +146,7 @@
@@ -221,11 +221,11 @@ [% END %]
  • - +
  • - +
  • @@ -233,7 +233,7 @@ [% END %]
    -

    Items information

    +

    Item information

    Import all the checked items in the basket with the following parameters:

    [% IF ( items ) %] @@ -319,7 +319,7 @@
  • The 2 following fields are available for your own usage. They can be useful for statistical purposes
    - + [% IF CGIsort1 %] [% FOREACH sort_opt IN CGIsort2 %] -- 1.7.10.4