From be18cdee284e0fb3615d3894d8bb1073d937f454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Mon, 23 May 2016 11:44:22 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 16562: Translatability: Issue in opac-user.tt (separated word 'item') This patch fixes translatoion difficulties (syntax) with a tag-separated word 'item' Signed-off-by: Bernardo Gonzalez Kriegel No errors --- 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 f31f47e..7220d88 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 [% ItemTypes.GetDescription( RESERVE.itemtype ) %] item + Pending for next available item of type [% ItemTypes.GetDescription( RESERVE.itemtype ) %] [% ELSE %] Pending [% END %] -- 1.9.1