From 5587f663e103bb47ae6e8e26e4e8fd156d64d6af Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 10 Feb 2023 21:49:19 +0100 Subject: [PATCH] Bug 32945: Fix capitalization of id in more places id should be spelled ID, ids should be IDs as it's an abbreviation according to: https://www.oxfordlearnersdictionaries.com/definition/english/identification To test: * Some of these are hard to make happen or require specific data, easiest will be to review the patch itself closely. --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 10 +++++----- .../intranet-tmpl/prog/en/modules/admin/aqcontract.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/cities.tt | 2 +- .../prog/en/modules/admin/library_groups.tt | 2 +- .../prog/en/modules/admin/z3950servers.tt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 3e72c521b4..955b79bbc9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -297,7 +297,7 @@

Problems found

[% IF ai_patrons %]

Patrons

-

The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:

+

The following IDs exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:

[% FOR p IN ai_patrons %] [% p.borrowernumber | html %] @@ -307,7 +307,7 @@ [% END %] [% IF ai_biblios %]

Bibliographic records

-

The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:

+

The following IDs exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:

[% FOR b IN ai_biblios %] [% b.biblionumber | html %] @@ -317,7 +317,7 @@ [% END %] [% IF ai_items %]

Items

-

The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:

+

The following IDs exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:

[% FOR i IN ai_items %] [% i.itemnumber | html %] @@ -327,7 +327,7 @@ [% END %] [% IF ai_checkouts %]

Checkouts

-

The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:

+

The following IDs exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:

[% FOR c IN ai_checkouts %] [% c.issue_id | html %] @@ -337,7 +337,7 @@ [% END %] [% IF ai_holds %]

Holds

-

The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:

+

The following IDs exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:

[% FOR h IN ai_holds %] [% h.reserve_id | html %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt index 097b2c9c8c..5b26ac2da8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt @@ -123,7 +123,7 @@

    [% IF ( contractnumber ) %] -
  1. Contract id [% contractnumber | html %] +
  2. Contract ID [% contractnumber | html %]
  3. diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt index f78cd0f819..9414010b9a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -79,7 +79,7 @@ [% CASE 'error_on_update' %] An error occurred when updating this city. Perhaps it already exists. [% CASE 'error_on_insert' %] - An error occurred when adding this city. The city id might already exist. + An error occurred when adding this city. The city ID might already exist. [% CASE 'error_on_delete' %] An error occurred when deleting this city. Check the logs. [% CASE 'success_on_update' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt index 49dba189b9..1ab702eb1c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt @@ -33,7 +33,7 @@
    [% SWITCH m.code %] [% CASE 'error_on_insert' %] - An error occurred when adding this library. The library id might already exist in this group. + An error occurred when adding this library. The library ID might already exist in this group. [% CASE %] [% m.code | html %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt index 4b345ee851..ae11332186 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -82,7 +82,7 @@ [% ELSIF msg_added %]
    Z39.50/SRU server added ([% msg_add | html %])
    [% ELSIF msg_notfound %] -
    Error: Server with id [% msg_add | html %] not found
    +
    Error: Server with ID [% msg_add | html %] not found
    [% END %] [% IF ( add_form ) %] -- 2.30.2