From 538535ba7deb871d252b1afaf2ee4cb515350b98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Tue, 21 Jun 2016 09:08:06 +0200 Subject: [PATCH] Bug 16701: Translatability: Fix problem with isolated ' in currency.tt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch moves markup into template variables to avoid sentence splitting. To test: - Apply patch - Verify that currency administration works as before (Home > Administration > Currencies & Exchange rates > Currencies) - Examine code changes Signed-off-by: Hector Castro Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit a83d75b6f2d59c3c2ac8d1b549b364fa79f52efe) Signed-off-by: Frédéric Demians --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt index 63713fba22..c21468aa0f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -49,7 +49,7 @@ @@ -149,7 +149,7 @@ [% IF op =='delete_confirm' %] [% IF nb_of_orders or nb_of_vendors %]
-

Cannot delete currency '[% currency.currency %]'

+

Cannot delete currency [% '' _ currency.currency _ '' %]'

[% IF nb_of_orders %] This currency is used by [% nb_of_orders %] orders. @@ -164,7 +164,7 @@

[% ELSE %]
-

Confirm deletion of currency '[% currency.currency %]'

+

Confirm deletion of currency '[% '' _ currency.currency _ '' %]'

-- 2.11.4.GIT
Currency [% currency.currency %]