From 6f5b5a2cb0fab29ca27005eb01eca43ceb716a60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Sun, 19 Jun 2016 16:40:09 +0200 Subject: [PATCH] Bug 16562 - Translatability: Issue in opac-user.tt (separated word 'item') MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Alternate patch with wording as proposed in comment #12 Signed-off-by: Kyle M Hall Signed-off-by: Kyle M Hall (cherry picked from commit 5f147cc6bb8a018fd0af8b23789e795bf57ede72) Signed-off-by: Frédéric Demians --- 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 a1f7db37c8..675bc33376 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -619,7 +619,7 @@ Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %] [% ELSE %] [% IF RESERVE.itemtype %] - Pending for next available [% ItemTypes.GetDescription( RESERVE.itemtype ) %] item + Pending for next available item of item type '[% ItemTypes.GetDescription( RESERVE.itemtype ) %]' [% ELSE %] Pending [% END %] -- 2.39.2