From 661209cf1569c8fbffcf4b6b16524121724d31e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 13 Dec 2015 10:08:41 +0100 Subject: [PATCH] Bug 15361: Translatability: Fix issue on Administration Columns settings This patch rewords the following sentence that is not correctly translatable due to splitting b tags: Changes made below will only apply to item subfields that are mapped to the items table. To test: - Apply patch - Verify that the rewording makes sese and that no sentences are split by tags. Signed-off-by: Hector Castro Rewording message displayed Ok for translation purpose Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt index aeadb37..4a7bb4e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt @@ -13,7 +13,7 @@ [% IF tables.$pagename.keys and tables.$pagename.keys.size > 0 %] [% FOR tablename IN tables.$pagename.keys.sort %] [% IF pagename == 'additem' AND tablename == 'itemst' %] -
Changes made below will only apply to item subfields that are mapped to the items table.
+
Changes made below will only apply to item subfields that are mapped to the 'items' table. Go to Koha to MARC mapping
[% END %]
-- 2.1.0