@@ -, +, @@ 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ a/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 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ a/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. --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -69,7 +69,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' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt +++ a/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 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ a/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 ) %] --