Bug 16562 - Translatability: Issue in opac-user.tt (separated word 'item')
authorMarc Véron <veron@veron.ch>
Sun, 19 Jun 2016 14:40:09 +0000 (16:40 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 8 Jul 2016 13:06:42 +0000 (13:06 +0000)
Alternate patch with wording as proposed in comment #12

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt

index a1f7db3..675bc33 100644 (file)
                                                         Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %]
                                                     [% ELSE %]
                                                         [% IF RESERVE.itemtype %]
-                                                            Pending for next available <i>[% ItemTypes.GetDescription( RESERVE.itemtype ) %]</i> item
+                                                            Pending for next available item of item type '[% ItemTypes.GetDescription( RESERVE.itemtype ) %]'
                                                         [% ELSE %]
                                                             Pending
                                                         [% END %]