From 7aba29af4ae877ae6ce3340dd7ec312d824b8018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> Date: Sat, 21 Nov 2015 02:32:30 +0100 Subject: [PATCH] [SIGNED-OFF]Bug 15236: Better translatibility in "Connect biblio.biblionumber to a MARC subfield" This patch moves html markup out of explanatory sentence in koha2marclinks.tt ("Connect biblio.biblionumber to a MARC subfield") for better translatability. To test: - Apply patch - Go to Home > Administration < Koha to MARC mapping and edit a tag - Verify that text change makes sense Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Rewording Ok for translation purposes --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt index a96dd7d..b8f0a0c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt @@ -27,7 +27,8 @@ [% IF ( add_form ) %] <h1>Connect [% tablename %].[% kohafield %] to a MARC subfield</h1> - <p>Choose and validate 1 MARC subfield for <strong>[% tablename %].[% kohafield %]</strong>. That will modify <b>all frameworks</b> which is usually what you need, but you have been warned.</p> + <p>Choose and validate 1 MARC subfield for <strong>[% tablename %].[% kohafield %]</strong>.</p> + <p><b>Note: </b>All frameworks will be modified which is usually what you need, but you have been warned.</p> <fieldset class="rows"> <ol> [% FOR i IN [ 0 .. 9 ] %] -- 1.7.10.4