From c72134c3ea78894712f96997ce4361c5e20dd1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sat, 21 Nov 2015 02:32:30 +0100 Subject: [PATCH] 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 --- 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..8273688 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 ) %]

Connect [% tablename %].[% kohafield %] to a MARC subfield

-

Choose and validate 1 MARC subfield for [% tablename %].[% kohafield %]. That will modify all frameworks which is usually what you need, but you have been warned.

+

Choose and validate 1 MARC subfield for [% tablename %].[% kohafield %].

+

Warning: That will modify all frameworks which is usually what you need, but you have been warned.

    [% FOR i IN [ 0 .. 9 ] %] -- 1.7.10.4