From 91b16c266766533d49c9b8623f14aa9f1c35a9df Mon Sep 17 00:00:00 2001 From: David Roberts Date: Fri, 22 May 2020 19:10:07 +0000 Subject: [PATCH] Bug 25589: Legend label for editing alternative address is incorrect This patch changes the alt_contact_lgd text from "Alternate contact" to "Alternative contact". To test: 1) View a patron record (members/moremebers.pl), and click on the edit button next to the Alternative contact block 2) This displays an edit screen for this address only. Check that the legend reads "Alternate contact". 3) Install the patch 4) Check that this text now reads "Alternative contact" 5) Change the AddressFormat system preference and check that this change is in all of the available languages (us, de and fr) --- .../intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc | 2 +- .../intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc | 2 +- .../intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc index b760addb5a5..f2da1375203 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-de.inc @@ -1,5 +1,5 @@
- Alternate contact
    + Alternative contact
      [% UNLESS noaltcontactsurname %]
    1. [% IF ( mandatoryaltcontactsurname ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc index 333f5a718e5..217f0b54877 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-fr.inc @@ -1,5 +1,5 @@
      - Alternate contact
        + Alternative contact
          [% UNLESS noaltcontactsurname %]
        1. [% IF ( mandatoryaltcontactsurname ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc index 5191897f1fd..859e1533100 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style-us.inc @@ -1,5 +1,5 @@
          - Alternate contact
            + Alternative contact
              [% UNLESS noaltcontactsurname %]
            1. [% IF ( mandatoryaltcontactsurname ) %] -- 2.11.0