From 12a1711c7ed805050038752905b2ab1c73ce5e86 Mon Sep 17 00:00:00 2001 From: Victor Grousset Date: Mon, 5 Mar 2018 11:47:25 +0100 Subject: [PATCH] Bug 19522: i18n Label creator: wrap text with In a SWITCH CASE. To avoid pollution and duplication in the .po files. --- .../prog/en/modules/labels/label-edit-template.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt index 8383663..b9ba556 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt @@ -85,15 +85,15 @@ [% SWITCH unit.type %] [% CASE 'POINT' %] - PostScript Points + PostScript Points [% CASE 'AGATE' %] - Adobe Agates + Adobe Agates [% CASE 'INCH' %] - US Inches + US Inches [% CASE 'MM' %] - SI Millimeters + SI Millimeters [% CASE 'CM' %] - SI Centimeters + SI Centimeters [% END %] [% END %] -- 2.7.4