Bug 15573 [QA Followup] - Tweak wording
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 15 Jan 2016 15:49:10 +0000 (15:49 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 05:36:52 +0000 (05:36 +0000)
Based on JS4 of the coding guidelines, it seems improper embed the count
in the middle of this string. I think this working may be more correct.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt

index 044d00c..05d3ca7 100644 (file)
 
                 [% IF ( duplicate_message ) %]
                     <div class="dialog message">
-                        <strong>Duplicates removed from batch number [% batch_id %]: [% duplicate_count %] patron(s)</strong>
+                        <strong>Duplicate patrons removed from batch number [% batch_id %]: [% duplicate_count %]</strong>
                     </div>
                 [% END %]