From 2182ab584cd0351def0b4fe9999f3c1927263411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Fri, 10 Jun 2016 16:21:04 +0200 Subject: [PATCH] Bug 16562: (Follow-up) Add ':' to enhance readability and translatability The text will now read: Pending for next available item of type: Book (Book in italic) This is nicer because item types normally start with a capital letter and because it will be clearer in translation that a value will follow. See comments #5 --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 7220d88..cf9b47b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -610,7 +610,7 @@ Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %] [% ELSE %] [% IF RESERVE.itemtype %] - Pending for next available item of type [% ItemTypes.GetDescription( RESERVE.itemtype ) %] + Pending for next available item of type: [% ItemTypes.GetDescription( RESERVE.itemtype ) %] [% ELSE %] Pending [% END %] -- 1.7.10.4