Bugzilla – Attachment 125029 Details for
Bug 28438
Capitalization: Various corrections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28438: Capitalization: Various corrections
Bug-28438-Capitalization-Various-corrections.patch (text/plain), 53.39 KB, created by
David Nind
on 2021-09-18 22:00:35 UTC
(
hide
)
Description:
Bug 28438: Capitalization: Various corrections
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-09-18 22:00:35 UTC
Size:
53.39 KB
patch
obsolete
>From 7b5513e2aee777912b139f42551613bc2438a578 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 9 Jun 2021 12:27:29 +0000 >Subject: [PATCH] Bug 28438: Capitalization: Various corrections > >This patch makes capitalization corrections to many templates in the >OPAC and staff interface. A exhaustive test plan would be huge, so I >recommend examining the patch to confirm that it contains correct case >changes. > >If you want to make it easier to examine changes you can try: >https://github.com/so-fancy/diff-so-fancy > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/includes/patronfields.inc | 2 +- > .../intranet-tmpl/prog/en/includes/prefs-menu.inc | 4 ++-- > .../prog/en/modules/acqui/addorderiso2709.tt | 2 +- > .../prog/en/modules/acqui/invoice-files.tt | 4 ++-- > .../prog/en/modules/acqui/neworderempty_duplicate.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- > .../prog/en/modules/admin/columns_settings.tt | 2 +- > .../prog/en/modules/admin/marc_subfields_structure.tt | 2 +- > .../admin/searchengine/elasticsearch/mappings.tt | 2 +- > .../prog/en/modules/admin/systempreferences.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/authorities/merge.tt | 2 +- > .../prog/en/modules/batch/print-notices.tt | 2 +- > .../prog/en/modules/catalogue/moredetail.tt | 2 +- > .../intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++-- > .../prog/en/modules/cataloguing/additem.tt | 2 +- > .../value_builder/marc21_linking_section.tt | 2 +- > .../prog/en/modules/cataloguing/z3950_auth_search.tt | 2 +- > .../prog/en/modules/circ/branchtransfers.tt | 2 +- > .../intranet-tmpl/prog/en/modules/circ/offline.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/errors/errorpage.tt | 2 +- > .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > .../prog/en/modules/labels/label-edit-layout.tt | 4 ++-- > .../prog/en/modules/labels/label-edit-profile.tt | 4 ++-- > .../prog/en/modules/labels/label-edit-template.tt | 4 ++-- > .../prog/en/modules/labels/label-manage.tt | 2 +- > .../prog/en/modules/labels/label-print.tt | 2 +- > .../prog/en/modules/members/moremember.tt | 2 +- > .../prog/en/modules/members/readingrec.tt | 2 +- > .../prog/en/modules/patroncards/edit-template.tt | 4 ++-- > .../prog/en/modules/patroncards/image-manage.tt | 2 +- > .../intranet-tmpl/prog/en/modules/patroncards/print.tt | 2 +- > .../prog/en/modules/plugins/plugins-disabled.tt | 2 +- > .../prog/en/modules/reports/issues_stats.tt | 10 +++++----- > .../intranet-tmpl/prog/en/modules/serials/claims.tt | 2 +- > .../prog/en/modules/serials/subscription-detail.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- > .../prog/en/modules/tools/batch_record_modification.tt | 2 +- > .../prog/en/modules/tools/quotes-upload.tt | 6 +++--- > .../prog/en/modules/tools/stage-marc-import.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 6 +++--- > .../opac-tmpl/bootstrap/en/modules/maintenance.tt | 2 +- > .../opac-tmpl/bootstrap/en/modules/opac-opensearch.tt | 2 +- > .../bootstrap/en/modules/opac-showreviews-rss.tt | 2 +- > .../opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt | 2 +- > .../opac-tmpl/bootstrap/en/modules/sco/printslip.tt | 2 +- > 49 files changed, 68 insertions(+), 68 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc >index 3cea1d6851..7edc5c9082 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc >@@ -29,7 +29,7 @@ > [%- CASE 'B_city' -%]<span>Alternate city</span> > [%- CASE 'B_state' -%]<span>Alternate state</span> > [%- CASE 'B_zipcode' -%]<span>Alternate zip code</span> >- [%- CASE 'B_country' -%]<span>Alternate Country</span> >+ [%- CASE 'B_country' -%]<span>Alternate country</span> > [%- CASE 'B_email' -%]<span>Alternate email</span> > [%- CASE 'B_phone' -%]<span>Alternate phone</span> > [%- CASE 'dateofbirth' -%]<span>Date of birth</span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc >index 055069e75c..42ecb5cbec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc >@@ -31,11 +31,11 @@ > > [% IF ( authorities ) %] > <li class="active"> >- <a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a> >+ <a title="Authority control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a> > [% PROCESS subtabs %] > [% ELSE %] > <li> >- <a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a> >+ <a title="Authority control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a> > [% END %] > </li> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 9051d73530..a8eef315e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -170,7 +170,7 @@ Batch list > [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] > [% FOREACH item IN biblio.iteminfos %] > <fieldset> >- <legend>Item Record [% item.item_id | html %]</legend> >+ <legend>Item record [% item.item_id | html %]</legend> > <ol> > <li> > <label for="homebranch_item_[% item.item_id | html %]">homebranch</label><select id="homebranch_item_[% item.item_id | html %]" name="homebranch_[% item.biblio_count | html %]"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >index 494582d107..d90c1b01ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >@@ -85,7 +85,7 @@ > <br /> > <form method="post" action="/cgi-bin/koha/acqui/invoice-files.pl" enctype="multipart/form-data"> > <fieldset class="rows"> >- <legend>Upload New File</legend> >+ <legend>Upload new file</legend> > <ol> > <li><input type="hidden" name="op" value="upload" /> > <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" /> >@@ -93,7 +93,7 @@ > <input name="description" id="description" type="text" /></li> > <li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li> > </ol> >- <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload File" /></fieldset> >+ <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload file" /></fieldset> > </fieldset> > </form> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >index b729b2dd34..cd2beae0ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >@@ -49,7 +49,7 @@ > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> > <input type="hidden" name="basketno" value="[% basketno | html %]" /> > <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> >-<input type="submit" value="Use Existing" /> >+<input type="submit" value="Use existing" /> > </form> > </div> > </div> >@@ -74,7 +74,7 @@ > <input type="hidden" name="basketno" value="[% basketno | html %]" /> > <input type="hidden" name="breedingid" value="[% breedingid | html %]" /> > <input type="hidden" name="use_external_source" value="1" /> >-<input type="submit" value="Create New" /> >+<input type="submit" value="Create new" /> > </form> > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index ec40f78033..b92a4291cc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -59,7 +59,7 @@ > <h3>Error adding items:</h3> > <ul> > [% FOREACH error_loo IN error_loop %] >- <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate Barcode[% END %] <!-- todo: other error conditions come here. --></li> >+ <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate barcode[% END %] <!-- todo: other error conditions come here. --></li> > [% END %] > </ul> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 029cc1c28d..2cc8ac2940 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -507,7 +507,7 @@ > > <h2>Patron categories</h2> > [% IF searchfield %] >- You Searched for [% searchfield | html %]</span> >+ You searched for [% searchfield | html %]</span> > [% END %] > [% IF categories%] > <table id="patron_categories"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >index 11477b4ea3..5db60d762c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >@@ -34,7 +34,7 @@ > [% IF tablename == 'currencies-table' %] > Currency > [% ELSIF pagename == 'additem' AND tablename == 'itemst' %] >- Items Editor >+ Items editor > [% ELSE %] > Table id: [% tablename | html %] > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index dac2bb45e3..0fc99e2308 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -389,7 +389,7 @@ > [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable,[% END %] > [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory,[% END %] > [% IF ( loo.important ) %]Important, [% ELSE %]Not important,[% END %] >- [% IF ( loo.seealso ) %] | See Also: [% loo.seealso | html %],[% END %] >+ [% IF ( loo.seealso ) %] | See also: [% loo.seealso | html %],[% END %] > [% IF ( loo.hidden ) %]hidden,[% END %] > [% IF ( loo.isurl ) %]is a URL,[% END %] > [% IF ( loo.authorised_value ) %] | Auth value:[% loo.authorised_value | html %],[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >index e43ce683f9..2096a3305f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >@@ -434,7 +434,7 @@ a.add, a.delete { > <td> > [% SWITCH f.name %] > [% CASE 'author' %]Authors >- [% CASE 'itype' %]Item Types >+ [% CASE 'itype' %]Item types > [% CASE 'location' %]Locations > [% CASE 'su-geo' %]Places > [% CASE 'title-series' %]Series >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >index 6daad362f2..c769c72b81 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >@@ -66,7 +66,7 @@ > > [% IF ( delete_confirm ) %] > <li> >- <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> >+ <a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a> > </li> > <li> > <a href="/cgi-bin/koha/admin/systempreferences.pl?op=add_form&searchfield=[% searchfield | uri %]">[% searchfield | html %]</a> >@@ -312,7 +312,7 @@ > [% IF ( delete_confirmed ) %] > <h3>Data deleted</h3> > <form action="[% script_name | html %]" method="post"> >- <input type="submit" value="Back to System Preferences" /> >+ <input type="submit" value="Back to system preferences" /> > </form> > [% END %] > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >index b3bb1be1e7..d472c924f8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >@@ -48,7 +48,7 @@ div#result { margin-top: 1em; } > [% ELSIF error.code == 'DESTRUCTIVE_MERGE' %] > You cannot merge a record with itself. Please select two different authorities. > [% ELSIF error.code == 'WRONG_FRAMEWORK' %] >- The Default framework cannot be used, or the framework does not exist. Please select another framework for merging. >+ The default framework cannot be used, or the framework does not exist. Please select another framework for merging. > [% ELSIF error.code == 'EMPTY_MARC' %] > Sorry, but we did not find any MARC tags in the reference record. > [% ELSIF error.code == 'MISSING_RECORD' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt >index 5aca4f26ab..a74b016188 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt >@@ -1,6 +1,6 @@ > [% INCLUDE 'doc-head-open.inc' %] > [% USE raw %] >- <title>Print Notices for [% today | html %]</title> >+ <title>Print notices for [% today | html %]</title> > > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <style> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >index 2cb6b3b8c0..745e0192d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -72,7 +72,7 @@ > [% END %] > > [% IF ( ONLY_ONE ) %] >- <div class="dialog message">You are only viewing one item. <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&bi=[% biblioitemnumber | uri %]#item[% itemnumber | uri %]">View All</a></div> >+ <div class="dialog message">You are only viewing one item. <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&bi=[% biblioitemnumber | uri %]#item[% itemnumber | uri %]">View all</a></div> > [% END %] > > [% IF updated_exclude_from_local_holds_priority.defined %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index cbaec622ab..4764f4f409 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -348,9 +348,9 @@ > <tr> > <td> > [% IF ( scan_search_term_to_use ) %] >- Scan Index for: <input type="text" name="q" id="scan-index" size="35" value="[% scan_search_term_to_use | html %]" /> >+ Scan index for: <input type="text" name="q" id="scan-index" size="35" value="[% scan_search_term_to_use | html %]" /> > [% ELSE %] >- Scan Index for: <input type="text" name="q" id="scan-index" size="35" value="" /> >+ Scan index for: <input type="text" name="q" id="scan-index" size="35" value="" /> > [% END %] > </td> > </tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index bfecf0016c..7a800079af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -151,7 +151,7 @@ > [% IF op != 'saveitem' %] > <h2 id="additema">Add item [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]</h2> > [% ELSE %] >- <h2 id="edititem">Edit Item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]</h2> >+ <h2 id="edititem">Edit item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]</h2> > [% END %] > <fieldset class="rows"> > <ol> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt >index 61746ccde9..144f57e4fd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt >@@ -26,7 +26,7 @@ > <input type="text" name="search" id="searchbox" size="35" /><br /> > <label for="itypeloop">Item type</label> > <select name="itype" id="itypeloop"> >- <option value="" selected="selected">All Item Types</option> >+ <option value="" selected="selected">All item types</option> > [% FOREACH itypeloo IN itypeloop %] > <option value="[% itypeloo.itemtype | html %]">[% itypeloo.description | html %]</option> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >index d69a8d3e48..2e00a7507b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >@@ -79,7 +79,7 @@ > <thead> <tr> > <th>Server</th> > <th>Heading</th> >- <th>Authority Type</th> >+ <th>Authority type</th> > <th class="noExport">Actions</th> > </tr></thead> > <tbody>[% FOREACH breeding_loo IN breeding_loop %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index 2ee5e9e3bc..e1b1bdee46 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -135,7 +135,7 @@ > <ul> > [% FOREACH errmsgloo IN errmsgloop %] > [% IF ( errmsgloo.errbadcode ) %] >- <li>No Item with barcode: [% errmsgloo.msg | html %]</li> >+ <li>No item with barcode: [% errmsgloo.msg | html %]</li> > [% END %] > [% IF ( errmsgloo.errispermanent ) %] > <li>Please return item to home library: [% Branches.GetName( errmsgloo.msg ) | html %]</li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >index 270e2f6055..6a6509f931 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >@@ -46,7 +46,7 @@ > > [% UNLESS (AllowOfflineCirculation) %] > <div id="noofflinecircwarning" class="dialog alert"> >- <p><strong>Warning:</strong> Offline Circulation has been disabled. You may continue and record transactions, but patron and item information will not be available.</p> >+ <p><strong>Warning:</strong> Offline circulation has been disabled. You may continue and record transactions, but patron and item information will not be available.</p> > </div> > [% END %] > >@@ -136,7 +136,7 @@ > <label for="checkout-barcode">Checking out to <span class="patron-title"></span></label> > <div class="hint">Enter item barcode:</div> > <input type="text" name="barcode" id="checkout-barcode" class="barcode focus" size="14" /> >- <input type="submit" value="Check Out" /> >+ <input type="submit" value="Check out" /> > > <div class="date-select"> > <div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt >index ad7fc20144..e93e70890c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt >@@ -36,7 +36,7 @@ > <h3>What's next?</h3> > <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"> > <li>Use top menu bar to navigate to another part of Koha.</li> >- <li>To report a broken link or any other issue, please contact the Koha Administrator. <a href="mailto:[% admin | uri %]">Send email</a></li> >+ <li>To report a broken link or any other issue, please contact the Koha administrator. <a href="mailto:[% admin | uri %]">Send email</a></li> > </ul> > > </div> <!-- /.col-md-8 --> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 64336f5c4e..759c9b9605 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -455,7 +455,7 @@ > <textarea name="notesstaff" id="notesstaff" rows="5">[% request.notesstaff | html %]</textarea> > </li> > <li class="notesopac"> >- <label for="notesopac" class="notesopac">Opac notes:</label> >+ <label for="notesopac" class="notesopac">OPAC notes:</label> > <textarea name="notesopac" id="notesopac" rows="5">[% request.notesopac | html %]</textarea> > </li> > </ol> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >index e6a0efae27..b1effad732 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >@@ -107,7 +107,7 @@ > <li class="radio">[% IF ( layout_string ) %] > <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" checked="checked" /><label for="layout_choice_order">Choose order of text fields to print</label> > [% ELSE %] >- <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" /><label for="layout_choice_order">Choose Order Of Text Fields to Print</label> >+ <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" /><label for="layout_choice_order">Choose order of text fields to print</label> > [% END %] > <div id="layout_table"> > <p> >@@ -132,7 +132,7 @@ > [% UNLESS ( layout_string ) %] > <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" checked="checked" /> <label for="layout_choice_list">List fields</label></li> > [% ELSE %] >- <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" /> <label for="layout_choice_list">List Fields</label></li> >+ <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" /> <label for="layout_choice_list">List fields</label></li> > [% END %] > <li> <fieldset id="layout_string" class="brief"> > <label for="format_string">Data fields</label> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >index 66b09a05cf..a9a075db49 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >@@ -86,9 +86,9 @@ > [% END %] > [% SWITCH unit.type %] > [% CASE 'POINT' %] >- PostScript Points >+ PostScript points > [% CASE 'AGATE' %] >- Adobe Agates >+ Agates > [% CASE 'INCH' %] > US Inches > [% CASE 'MM' %] >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 3515267fef..b3c06474f4 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 >@@ -75,9 +75,9 @@ > > [% SWITCH unit.type %] > [% CASE 'POINT' %] >- <span>PostScript Points</span> >+ <span>PostScript points</span> > [% CASE 'AGATE' %] >- <span>Adobe Agates</span> >+ <span>Agates</span> > [% CASE 'INCH' %] > <span>US Inches</span> > [% CASE 'MM' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >index 029594994d..40d861ac9e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >@@ -159,7 +159,7 @@ > alert(_("Please select at least one batch to export.")); > return; // no batch selected > } >- return GB_showCenter(_("Export Labels"), "/cgi-bin/koha/labels/label-print.pl?" + getstr, 400, 800); >+ return GB_showCenter(_("Export labels"), "/cgi-bin/koha/labels/label-print.pl?" + getstr, 400, 800); > } > function selected_layout(op) { > var selected = new Array; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >index a4c54a779d..3b1640d910 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >@@ -34,7 +34,7 @@ > > <p><a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as XML</a></p> > [% ELSIF ( batche.batch_id) %] >- <legend>Label Batch Number [% batche.batch_id | html %]</legend> >+ <legend>Label batch number [% batche.batch_id | html %]</legend> > <p><a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=[% batche.batch_id | html %]&template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %]&start_label=[% batche.start_label | html %]">Download as PDF</a> > </p> > <p> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 39024d6ffa..c2590c6097 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -451,7 +451,7 @@ > > [% IF Koha.Preference( 'OPACPrivacy') %] > <li id="patron-privacypref"> >- <span class="label">Privacy Pref:</span> >+ <span class="label">Privacy pref:</span> > [% IF ( patron.privacy == 0 ) %]Forever[% END %] > [% IF ( patron.privacy == 1 ) %]Default[% END %] > [% IF ( patron.privacy == 2 ) %]Never[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index d51cc435c8..4a2241b80c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -7,7 +7,7 @@ > [% USE TablesSettings %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Circulation History for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>Circulation history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >index aaff165192..b2cce29e12 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >@@ -72,9 +72,9 @@ > > [% SWITCH unit.type %] > [% CASE 'POINT' %] >- <span>PostScript Points</span> >+ <span>PostScript points</span> > [% CASE 'AGATE' %] >- <span>Adobe Agates</span> >+ <span>Agates</span> > [% CASE 'INCH' %] > <span>US Inches</span> > [% CASE 'MM' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt >index 8cfc3dfb7f..d07300a7dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt >@@ -74,7 +74,7 @@ > </form> > </div> > <div class="col-sm-6"> >- <h1>Delete Images</h1> >+ <h1>Delete images</h1> > [% IF ( TABLE ) %] > <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data"> > <fieldset class="brief"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >index 1bedb96d97..2020ec302b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >@@ -18,7 +18,7 @@ > <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?batch_id=[% batche.batch_id | html %]&template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %]]&layout_back_id=[% batche.layout_back_id | html %]&start_card=[% batche.start_card | html %][% batche.label_ids | html %]">label_single_[% batche.card_count | html %].pdf</a> > </p> > [% ELSIF ( batche.borrower_numbers ) %] >- <legend>[% batche.card_count | html %] Single Patron Cards</legend> >+ <legend>[% batche.card_count | html %] Single patron cards</legend> > <p> > <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %]&layout_back_id=[% batche.layout_back_id | html %]&start_card=[% batche.start_card | html %][% batche.borrower_numbers | html %]">label_single_[% batche.card_count | html %].pdf</a> > </p> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt >index 0e00ea37a2..c2c9df05e7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >-<title>Upload Plugin › Plugins › Tools › Koha</title> >+<title>Upload plugin › Plugins › Tools › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > [% INCLUDE 'calendar.inc' %] > </head> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >index ddf42c2bec..3a10ccb6c9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >@@ -59,10 +59,10 @@ > <li> > [% END %] > [% SWITCH loopfilte.crit %] >- [% CASE 0 %]Period From >- [% CASE 1 %]Period To >- [% CASE 2 %]Patron Category = >- [% CASE 3 %]Item Type = >+ [% CASE 0 %]Period from >+ [% CASE 1 %]Period to >+ [% CASE 2 %]Patron category = >+ [% CASE 3 %]Item type = > [% CASE 4 %]Issuing library = > [% CASE 5 %]Collection = > [% CASE 6 %]Location = >@@ -136,7 +136,7 @@ > <option value ="issue">Checkout</option> > <option value ="renew">Renewal</option> > <option value ="return">Checkin</option> >- <option value ="localuse">Local Use</option> >+ <option value ="localuse">Local use</option> > </select></td> > <td colspan="2"><label for="DisplayBy">group by</label> <select name="DisplayBy" id="DisplayBy"> > <option value="">None</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >index 2ab6873e28..c3f588a665 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -243,7 +243,7 @@ > }); > > // Checkboxes : Select All / None >- $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check All")+"</input>"); >+ $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check all")+"</input>"); > > $("#CheckAll").click(function() { > $("#claimst tr:visible :checkbox").prop('checked', $("#CheckAll").is(':checked')); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index 744d52a2b2..2ec7fefd52 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -519,7 +519,7 @@ > [% INCLUDE 'columns_settings.inc' %] > <script> > // the english words used in display purposes >- var text = new Array(_("Number"),_("Volume"),_("Issue"),_("Month"),_("Week"),_("Starting with:"),_("Rollover at:"),_("Choose Hemisphere:"),_("Northern"),_("Southern", >+ var text = new Array(_("Number"),_("Volume"),_("Issue"),_("Month"),_("Week"),_("Starting with:"),_("Rollover at:"),_("Choose hemisphere:"),_("Northern"),_("Southern", > "Autumn"),_("Winter"),_("Spring"),_("Summer"),_("Fall"),_("Season"),_("Year")); > $(document).ready(function() { > $("#subscription_description").tabs(); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index 3f20d5e9fb..40e53f4438 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -56,7 +56,7 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > [% IF ( op == 'approve' ) %] Approved > [% ELSIF ( op == 'reject' ) %] Rejected > [% ELSIF ( op == 'test' ) %] Tested >- [% ELSE %]Unknown Operation ([% op | html %]) on >+ [% ELSE %]Unknown operation ([% op | html %]) on > [% END %] > [% op_count | html %] Term(s). > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index 950854285c..9cde52931f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -128,7 +128,7 @@ > </div> <!-- /#batch_mod_form --> > > <fieldset class="rows"> >- <legend>Use MARC Modification Template:</legend> >+ <legend>Use MARC modification template:</legend> > <ol> > <li> > <label for="marc_modification_template_id" class="required">Modify record using the following template: </label> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >index 9e4c9c027f..d8287268c9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >@@ -54,14 +54,14 @@ > <div id="file_uploader_inst"> > <ul> > <li>The quote uploader accepts standard csv files with two columns: "source","text"</li> >- <li>Click the "Choose File" button and select the csv file to be uploaded.</li> >+ <li>Click the "Choose file" button and select the csv file to be uploaded.</li> > <li>The file will be imported into an editable table for review prior to saving.</li> > </ul> > </div> > <div id="file_editor_inst"> > <ul> > <li>Click on any field to edit the contents; Press the <Enter> key to save edit.</li> >- <li>Click the 'Save Quotes' button in the toolbar to save the entire batch of quotes.</li> >+ <li>Click the 'Save quotes' button in the toolbar to save the entire batch of quotes.</li> > </ul> > </div> > </fieldset> >@@ -142,7 +142,7 @@ > function fnErrorHandler(evt) { > switch(evt.target.error.code) { > case evt.target.error.NOT_FOUND_ERR: >- alert(_("File Not Found!")); >+ alert(_("File not Found!")); > break; > case evt.target.error.NOT_READABLE_ERR: > alert(_("File is not readable")); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index bfb63b7385..7877265d90 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -30,7 +30,7 @@ > </li> > <li> > <a href="#" aria-current="page"> >- Upload Results >+ Upload results > </a> > </li> > [% ELSE %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 60cac99b20..fa93288d31 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -49,7 +49,7 @@ > [% IF number_of_public_shelves >= 10 %][% LAST %][% END %] > [% END %] > [% IF some_public_shelves > 10 %] >- <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&category=2" tabindex="-1" role="menuitem">View All</a> >+ <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&category=2" tabindex="-1" role="menuitem">View all</a> > [% END %] > [% END %] > [% IF some_public_shelves.count > 0 %] >@@ -66,7 +66,7 @@ > [% IF number_of_private_shelves >= 10 %][% LAST %][% END %] > [% END %] > [% IF some_private_shelves > 10 %] >- <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&category=1" tabindex="-1" role="menuitem">View All</a> >+ <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&category=1" tabindex="-1" role="menuitem">View all</a> > [% END %] > [% ELSE %] > <a class="dropdown-item disabled" href="#" tabindex="-1" role="menuitem">No private lists</a> >@@ -381,7 +381,7 @@ > <h3>Shibboleth login</h3> > <p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account</a>.</p> > [% UNLESS Koha.Preference('opacShibOnly') %] >- <h3>Local Login</h3> >+ <h3>Local login</h3> > [% END %] > [% END %] > [% END %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt >index 36908723f6..cdd1f54924 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt >@@ -39,7 +39,7 @@ > [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %] > [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %] > [% ELSE %] >- <h1>System Maintenance</h1> >+ <h1>System maintenance</h1> > <p> > The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! > [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt >index a423f8f5c3..6d65b32a28 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt >@@ -81,7 +81,7 @@ > [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %] > </p> > [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %] >-<p><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Place Hold on <em>[% SEARCH_RESULT.title | html %]</em></a></p> >+<p><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Place hold on <em>[% SEARCH_RESULT.title | html %]</em></a></p> > [% END %] > ]]></description> > <guid>[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]</guid> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt >index bb432de137..6fc5a12973 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt >@@ -1,7 +1,7 @@ > [% USE KohaDates # XML declaration should have no white space before it %][% USE Koha %]<?xml version="1.0" encoding="utf-8"?> > <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> > <channel> >- <title><![CDATA[[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] Catalog Recent Comments]]></title> >+ <title><![CDATA[[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog recent comments]]></title> > <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-showreviews.pl&format=rss2</link> > <description><![CDATA[ The most recent comments from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] Catalog. Comments can be made by logged in users and are moderated by library staff.]]></description> > <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl&format=rss2" rel="self" type="application/rss+xml" /> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 485154bf5c..82bde49bf7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -8,7 +8,7 @@ > [% SET opacsuggestion = AdditionalContents.get( location => "OpacSuggestioninstructions", lang => lang, library => Branches.GetLoggedInBranchcode ) %] > [% INCLUDE 'doc-head-open.inc' %] > <title>[% IF ( op_add ) %]Enter a new purchase suggestion[% END %] >-[% IF ( op_else ) %]Purchase Suggestions[% END %] › >+[% IF ( op_else ) %]Purchase suggestions[% END %] › > [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> > [% INCLUDE 'doc-head-close.inc' %] > [% BLOCK cssinclude %][% END %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >index 921743f631..84b832b4a5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >@@ -58,7 +58,7 @@ > [% END %] > > <div id="usertags" class="maincontent"> >- <h1>All Tags</h1> >+ <h1>All tags</h1> > [% IF ( ERRORS ) %] > [% FOREACH ERROR IN ERRORS %] > <div class="alert alert-warning"> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 7c92ba2f9e..e4186b4c1b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -218,10 +218,10 @@ > [% IF ( RESERVES.count ) %]<li><a href="#opac-user-holds">Holds ([% RESERVES.count | html %])</a></li>[% END %] > [% IF Koha.Preference('ArticleRequests') && logged_in_user.article_requests_current %]<li><a href="#opac-user-article-requests">Article requests ([% logged_in_user.article_requests_current.count | html %])</a></li>[% END %] > [% IF ( OverDriveCirculation ) %] >- <li><a href="#opac-user-overdrive">OverDrive Account</a></li> >+ <li><a href="#opac-user-overdrive">OverDrive account</a></li> > [% END %] > [% IF ( RecordedBooksCirculation ) %] >- <li><a href="#opac-user-recordedbooks">RecordedBooks Account</a></li> >+ <li><a href="#opac-user-recordedbooks">RecordedBooks account</a></li> > [% END %] > </ul> > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >index 5228221a71..5d5eefd2ee 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >@@ -45,7 +45,7 @@ > > <p>Scan each item and wait for the page to reload before scanning the next item. > The checked-out item should appear in your checkouts list. >- The Submit button only needs to be clicked if you enter the barcode manually.</p> >+ The submit button only needs to be clicked if you enter the barcode manually.</p> > > <h2>Step three: Click the 'Finish' button</h2> > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt >index b436897e88..41baa6acb5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt >@@ -2,7 +2,7 @@ > [% USE Asset %] > [% USE Koha %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Print Receipt for [% borrowernumber | html %] › Self checkout › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title> >+<title>Print receipt for [% borrowernumber | html %] › Self checkout › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" /> > [% IF ( bidi ) %] >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28438
:
125015
|
125029
|
125030
|
125261
|
125262