From 7a4444e466298991e3cdaf2d3266cac497f83832 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 --- .../prog/en/modules/acqui/addorderiso2709.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 05164a7..f73443a 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 @@
@@ -178,9 +178,9 @@
  • [% IF biblio.overlay_status == 'no_match' %] - There is no matching biblio for this records. + This record does not match an existing record. [% ELSE %] - This record matches existing biblio. + This record matches an existing record. [% END %] [% IF ( biblio.match_biblionumber ) %] Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): [% biblio.match_citation %] @@ -217,11 +217,11 @@ [% END %]
  • - +
  • - +
  • @@ -229,7 +229,7 @@ [% END %]
    -

    Items information

    +

    Item information

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

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