Bug 24939: Fix capitalization of labels in sys pref editor
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 13 Apr 2020 02:18:36 +0000 (04:18 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 15 Apr 2020 11:32:14 +0000 (12:32 +0100)
The headings/labels of sections in the sys pref editor didn't follow
Koha's capitalization rules.

To test:
- Go to Administration > System preferences
- Check all tabs for the spelling of the headings

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref

index 39df333..d2255fd 100644 (file)
@@ -434,7 +434,7 @@ Administration:
             - pref: UsageStatsGeolocation
             - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
             - "<br><strong>NOTE:</strong> You must use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated admin configuration page</a> to edit this preference."
-    Search Engine:
+    Search engine:
         -
             - "Use following search engine: "
             - pref: SearchEngine
index 20587fa..613b2db 100644 (file)
@@ -27,7 +27,7 @@ Cataloging:
             - the advanced cataloging editor.
             - "<br/> NOTE:"
             - Currently does not include support for UNIMARC or NORMARC fixed fields.
-    Spine Labels:
+    Spine labels:
         -
             - When using the quick spine label printer,
             - pref: SpineLabelAutoPrint
@@ -47,7 +47,7 @@ Cataloging:
                   no:  "Don't display"
             - buttons on the bib details page to print item spine labels.
         -
-    Record Structure:
+    Record structure:
         -
             - Fill in the default language for field 008 Range 35-37 of MARC21 records (e.g. eng, nor, ger, see <a href="http://www.loc.gov/marc/languages/language_code.html">MARC Code List for Languages</a>)
             - pref: DefaultLanguageField008
index cca99d5..6456097 100644 (file)
@@ -157,7 +157,7 @@ Circulation:
                   no: "Don't allow"
             - patrons to submit notes about checked out items.
 
-    Checkout Policy:
+    Checkout policy:
         -
             - pref: OnSiteCheckoutAutoCheck
               choices:
@@ -513,7 +513,7 @@ Circulation:
             - "<br />ccode: [NEWFIC,NULL,DVD]"
             - "<br />itype: [NEWBK,\"\"]"
             - "<br /> Note: the word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field."
-    Checkin Policy:
+    Checkin policy:
         -
             - pref: HoldsAutoFill
               choices:
@@ -602,7 +602,7 @@ Circulation:
                   yes: Store
                   no: "Don't store"
             - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron.
-    Holds Policy:
+    Holds policy:
         -
             - In the staff client, split the holds queue into separate tables by
             - pref: HoldsSplitQueue
@@ -836,7 +836,7 @@ Circulation:
             - pref: UpdateItemWhenLostFromHoldList
               type: textarea
               syntax: text/x-yaml
-    Interlibrary Loans:
+    Interlibrary loans:
         -
             - pref: ILLModule
               default: 0
@@ -876,7 +876,7 @@ Circulation:
                   yes: Check
                   no: Don't check
             - external sources for availability during the request process
-    Fines Policy:
+    Fines policy:
         -
             - pref: finesCalendar
               type: choice
@@ -972,7 +972,7 @@ Circulation:
               type: textarea
               syntax: javascript
               class: code
-    Self Checkout:
+    Self checkout:
         -
             - "Include the following JavaScript on all pages in the web-based self checkout:"
             - pref: SCOUserJS
@@ -1047,7 +1047,7 @@ Circulation:
             - pref: SelfCheckAllowByIPRanges
               class: short
             - (Leave blank if not used. Use ranges or simple ip addresses separated by spaces, like <code>192.168.1.1 192.168.0.0/24</code>.)
-    Course Reserves:
+    Course reserves:
         -
             - pref: UseCourseReserves
               choices:
@@ -1072,14 +1072,14 @@ Circulation:
                   yes: Enable
                   no: Disable
             - "housebound module"
-    Stockrotation module:
+    Stock rotation module:
         -
             - pref: StockRotation
               choices:
                   yes: Enable
                   no: Disable
             - "the stock rotation module"
-    Article Requests:
+    Article requests:
         -
             - pref: ArticleRequests
               choices:
@@ -1128,7 +1128,7 @@ Circulation:
                 pages: Pages
                 chapters: Chapters
             -
-    Return Claims:
+    Return claims:
         -
             - When marking a checkout as "claims returned",
             - pref: ClaimReturnedChargeFee
index fc47dca..1b5c056 100644 (file)
@@ -329,7 +329,7 @@ Enhanced Content:
               class: url
             - "You can define it using the following patterns: {isbn}, {issn}, {normalized_isbn}.<br/>"
             - "Or you can use the following syntax to specify a field$subfield value: {field$subfield}. For instance {024$a}."
-    HTML5 Media:
+    HTML5 media:
         -
             - Show a tab with a HTML5 media player for files catalogued in field 856
             - pref: HTML5MediaEnabled
@@ -400,7 +400,7 @@ Enhanced Content:
         -
             - RecordedBooks domain
             - pref: RecordedBooksDomain
-    Coce Cover images cache:
+    Coce cover images cache:
         -
             - pref: OpacCoce
               choices:
index 586695e..339395a 100644 (file)
@@ -788,7 +788,7 @@ OPAC:
             - pref: RestrictedPageTitle
               class: long
             - "as title of your restricted page (appears in the breadcrumb and on the top of the restricted page)"
-    Shelf Browser:
+    Shelf browser:
         -
             - pref: OPACShelfBrowser
               choices:
@@ -817,7 +817,7 @@ OPAC:
                   no: "Don't use"
             - "the item collection code when finding items for the shelf browser."      
 
-    Self Registration:
+    Self registration:
         -
             - pref: PatronSelfRegistration
               choices:
@@ -882,7 +882,7 @@ OPAC:
                   no: "Do not display and prefill"
             - "password and login form after a patron has self registered."
 
-    Advanced Search Options:
+    Advanced search options:
         -
             - Show search options
             - pref: OpacAdvSearchOptions
index f6b6981..9301c59 100644 (file)
@@ -86,7 +86,7 @@ Searching:
                   yes: Enable
                   no: Disable
             - "browsing search results from the bibliographic record detail page in staff client."
-    Search Form:
+    Search form:
         -
             - Load the unlogged history to the next user.
             - pref : LoadSearchHistoryToTheFirstLoggedUser
@@ -131,7 +131,7 @@ Searching:
                   yes: use
                   no: "don't use"
             - 'the operator "phr" in the callnumber and standard number staff client searches'
-    Results Display:
+    Results display:
         -
             - pref: numSearchResultsDropdown
               type: boolean
@@ -260,7 +260,7 @@ Searching:
                   yes: "search"
                   no: "don't search"
             - on all variations of the ISBN.
-    Did you Mean/Spell checking:
+    Did you mean/spell checking:
         -
             - "Swedish service for spellchecking.<br/>"
             - LIBRIS Spellchecking API key