From 046c8da8ec43ca3ef0a4377ca9257609b5b69998 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 Signed-off-by: Katrin Fischer --- .../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 3db819f..b817dde 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -107,7 +107,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; } @@ -141,7 +141,7 @@
@@ -216,11 +216,11 @@ [% END %]
  • - +
  • - +
  • @@ -228,7 +228,7 @@ [% END %]
    -

    Items information

    +

    Item information

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

    [% IF ( items ) %] @@ -314,7 +314,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