From 518710878972a72b8d7b306af571b7c543267ddd Mon Sep 17 00:00:00 2001 From: Juan Romay Sieira Date: Tue, 27 Sep 2011 18:53:52 +0200 Subject: [PATCH] Bug 6925 : The way to show the plural of the word "Item" is not compatible with multilanguage Signed-off-by: Owen Leonard Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt index 890463a0ec..eb0540ebb7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt @@ -91,7 +91,7 @@ [% ELSE %] -

[% nnoverdue %] Item[% IF ( noverdue_is_plural ) %]s[% END %] +

[% nnoverdue %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %] Overdue as of [% todaysdate %][% IF ( isfiltered ) %] (filtered)[% END %]

-- 2.39.2