From bd32cb007df3724d5fb2adde762c3d713c3a71bc Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 15 Jan 2016 15:49:10 +0000 Subject: [PATCH] Bug 15573 [QA Followup] - Tweak wording 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt index 044d00c..05d3ca7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt @@ -179,7 +179,7 @@ [% IF ( duplicate_message ) %]
- Duplicates removed from batch number [% batch_id %]: [% duplicate_count %] patron(s) + Duplicate patrons removed from batch number [% batch_id %]: [% duplicate_count %]
[% END %] -- 2.1.4