From: Marc VĂ©ron Date: Sun, 13 Dec 2015 09:08:41 +0000 (+0100) Subject: Bug 15361: Translatability: Fix issue on Administration Columns settings X-Git-Tag: v16.05.00-beta~1558 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=4983d5c4b9786479f849494efd3048f65ba26008;p=srvgit 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 Signed-off-by: Brendan A Gallagher --- 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 aeadb37160..4a7bb4e827 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 %]