From 33c72d7ba69225bafa5711483f565615ce8bef84 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 14 Dec 2020 14:44:53 +0100 Subject: [PATCH] Bug 27232: Add missing space between : and in member-alt-contact-style.inc It caused the strings to appear twice in the po file Test plan: Apply this patch and regenerate the PO for a given language. Notice that the string "%s State: " only appears once in the PO file Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer --- .../prog/en/includes/member-alt-contact-style.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc index 2ff1a84f65..645bb99e95 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc @@ -56,7 +56,7 @@ [% ELSE %] + Surname: [% IF ( mandatoryaltcontactsurname ) %]Required[% END %] @@ -71,7 +71,7 @@ [% ELSE %] + First name: [% IF ( mandatoryaltcontactfirstname ) %]Required[% END %] @@ -86,7 +86,7 @@ [% ELSE %] + Address: [% IF ( mandatoryaltcontactaddress1 ) %]Required[% END %] @@ -101,7 +101,7 @@ [% ELSE %] + Address 2: [% IF ( mandatoryaltcontactaddress2 ) %]Required[% END %] @@ -116,7 +116,7 @@ [% ELSE %] + ZIP/Postal code: [% IF ( mandatoryaltcontactzipcode ) %]Required[% END %] @@ -131,7 +131,7 @@ [% ELSE %] + City: [% IF cities.count %] [% IF ( mandatoryaltcontactstate ) %]Required[% END %] @@ -176,7 +176,7 @@ [% ELSE %] + Country: [% IF ( mandatoryaltcontactcountry ) %]Required[% END %] @@ -191,7 +191,7 @@ [% ELSE %] + Phone: [% IF ( mandatoryaltcontactphone ) %]Required[% END %] -- 2.11.0