From 2abe013436c81748f3a4170ad93009eda8e79861 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Mon, 23 May 2016 11:20:10 +0200 Subject: [PATCH] Bug 16563: Translatability: Issues in opac-account.tt (sentence splitting) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch removes splitting by -tags from 2 sentences. Signed-off-by: Bernardo Gonzalez Kriegel No errors Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit b6979db41057e5a9770789fdaf43a793b69601e6) Signed-off-by: Frédéric Demians --- 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 c0ae133eaa..289acfdb50 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' %]

Your payment of $[% message_value %] has been processed successfully!

[% ELSIF message == 'duplicate_payment' %] -

A payment with the transaction id [% message_value %] has already been posted to an account.

+

A payment with the transaction id '[% message_value %]' has already been posted to an account.

Please contact a librarian for details.

[% ELSIF message == 'invalid_payment' %] -

The transaction id [% message_value %] for this payment is invalid.

+

The transaction id '[% message_value %]' for this payment is invalid.

Please contact a librarian for details.

[% END %] -- 2.20.1