Bug 16563: Translatability: Issues in opac-account.tt (sentence splitting)
authorMarc Véron <veron@veron.ch>
Mon, 23 May 2016 09:20:10 +0000 (11:20 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 10 Jun 2016 17:46:49 +0000 (17:46 +0000)
This patch removes splitting by <i>-tags from 2 sentences.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
No errors

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt

index c0ae133..289acfd 100644 (file)
                             [% 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>