From 8e0fd43f50903cf9300ec00cf5d72077115dac4e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 30 Sep 2020 15:16:25 +0200 Subject: [PATCH] Bug 14648: Take advantage of I18N to deal with plural --- .../prog/en/modules/course_reserves/batch_rm_items.tt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt index 39d61a95c8..d39db41914 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt @@ -1,3 +1,4 @@ +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] @@ -42,11 +43,7 @@

The following items were removed from all courses:

[% ELSE %] -- 2.20.1