From 3158e2f3572c03e874a2d3f81e298813f0721b84 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. --- 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..a0442cb 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 %]
-- 1.7.10.4