Bugzilla – Attachment 52230 Details for
Bug 16562
Translatability: Issue in opac-user.tt (separated word 'item')
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16562: (Follow-up) Add ':' to enhance readability and translatability
Bug-16562-Follow-up-Add--to-enhance-readability-an.patch (text/plain), 1.70 KB, created by
Marc Véron
on 2016-06-10 14:29:27 UTC
(
hide
)
Description:
Bug 16562: (Follow-up) Add ':' to enhance readability and translatability
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-06-10 14:29:27 UTC
Size:
1.70 KB
patch
obsolete
>From 2182ab584cd0351def0b4fe9999f3c1927263411 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >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 <i>[% ItemTypes.GetDescription( RESERVE.itemtype ) %]</i> >+ Pending for next available item of type: <i>[% ItemTypes.GetDescription( RESERVE.itemtype ) %]</i> > [% ELSE %] > Pending > [% END %] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16562
:
51716
|
51849
|
52230
|
52552
|
52819