Bugzilla – Attachment 51715 Details for
Bug 16563
Translatability: Issues in opac-account.tt (sentence splitting)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16563: Translatability: Issues in opac-account.tt (sentence splitting)
Bug-16563-Translatability-Issues-in-opac-accounttt.patch (text/plain), 1.76 KB, created by
Marc Véron
on 2016-05-23 09:28:23 UTC
(
hide
)
Description:
Bug 16563: Translatability: Issues in opac-account.tt (sentence splitting)
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-05-23 09:28:23 UTC
Size:
1.76 KB
patch
obsolete
>From b044ad80a98edb3de509addcea015a08ee47ec1a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 23 May 2016 11:20:10 +0200 >Subject: [PATCH] Bug 16563: Translatability: Issues in opac-account.tt > (sentence splitting) > >This patch removes splitting by <i>-tags from 2 sentences. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >index 4be46b7..c5951df 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >@@ -34,10 +34,10 @@ > [% IF message == 'valid_payment' %] > <p>Your payment of $[% message_value %] has been processed successfully!</p> > [% ELSIF message == 'duplicate_payment' %] >- <p>A payment with the transaction id <i>[% message_value %]</i> has already been posted to an account.</p> >+ <p>A payment with the transaction id '[% message_value %]' has already been posted to an account.</p> > <p>Please contact a librarian for details.</p> > [% ELSIF message == 'invalid_payment' %] >- <p>The transaction id <i>[% message_value %]</i> for this payment is invalid.</p> >+ <p>The transaction id '[% message_value %]' for this payment is invalid.</p> > <p>Please contact a librarian for details.</p> > [% END %] > </div> >-- >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 16563
:
51715
|
51850
|
52228