From a2f53835d731bb4888fac4279fe13264e64abf82 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 22 Dec 2015 19:48:47 +0000 Subject: [PATCH] Bug 14631: Translatability fix --- 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 8f83af2..c9539b4 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 @@ -184,7 +184,7 @@ [% IF ( duplicate_message ) %]
- [% duplicate_count %] duplicate patron(s) found and removed from batch [% batch_id %]. + Duplicates removed from Batch [% batch_id %]: [% duplicate_count %] patron(s)
[% END %] -- 1.7.10.4