From ab6d7bf9ff0f193f7eaf3e45d4bec6a185995ee6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 31 May 2020 19:10:37 +0200 Subject: [PATCH] Bug 25630: Fix capitalization and terminology for Accounting, Administration and Serials system preferences - Punctuation (p) - Terminology - Capitalization (c) To test: - Verify: - AccountAutoReconcile (Do not to Don't for consistency with other prefs) - IndependentBranchesPatronModifications (p) - IndependentBranchesTransfers (p) - GoogleOpenIDConnect (google to Google) - UsageStatsLibrariesInfo (c) - opacSerialDefaultTab (c) - StaffSerialIssueDisplayCount (staff interface) - SubscriptionDuplicateDroppedInput (c) Signed-off-by: David Nind --- .../prog/en/modules/admin/preferences/accounting.pref | 2 +- .../prog/en/modules/admin/preferences/admin.pref | 10 +++++----- .../prog/en/modules/admin/preferences/serials.pref | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref index 4a11872fb7..5651dd678b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref @@ -4,7 +4,7 @@ Accounting: - pref: AccountAutoReconcile choices: yes: "Do" - no: "Do not" + no: "Don't" - reconcile patron balances automatically on each transaction adding debits or credits. - - pref: FinePaymentAutoPopup diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index d2255fdf3f..569c0ee4ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -110,14 +110,14 @@ Administration: yes: "Yes" no: "No" - - - Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries. + - "Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries: " - pref: IndependentBranchesPatronModifications default: 0 choices: yes: "Yes" no: "No" - - - Prevent staff (but not superlibrarians) from transfering items to other libraries + - "Prevent staff (but not superlibrarians) from transfering items to other libraries: " - pref: IndependentBranchesTransfers default: 0 choices: @@ -157,7 +157,7 @@ Administration: choices: yes: "Yes" no: "No" - - You will need to select OAuth2 when creating an app in the google cloud console, and set the web origin to your_opac_url and the redirect url to your_opac_url/cgi-bin/koha/svc/auth/googleopenidconnect . + - You will need to select OAuth2 when creating an app in the Google cloud console, and set the web origin to your_opac_url and the redirect url to your_opac_url/cgi-bin/koha/svc/auth/googleopenidconnect . - - "Google OAuth2 Client ID: " - pref: GoogleOAuth2ClientID @@ -426,8 +426,8 @@ Administration: - pref: UsageStatsLibrariesInfo choices: yes: "Share" - no: "Do not Share" - - "libraries information (name, url, country)" + no: "Do not share" + - "libraries information (name, URL, country)" - "
NOTE: This value has no effect if the UsageStats system preference is set to \"Don't share\"." - - "Geolocation of the main library: " diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref index d7fa40f61f..acab407954 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref @@ -3,10 +3,10 @@ Serials: - Show - pref: opacSerialDefaultTab choices: - holdings: Holdings tab - subscriptions: Subscriptions tab - serialcollection: Serial Collection tab - - as default tab for serials in OPAC. Please note that the Serial Collection tab is currently available only for UNIMARC. + holdings: holdings tab + subscriptions: subscriptions tab + serialcollection: serial collection tab + - as default tab for serials in OPAC. Please note that the serial collection tab is currently available only for UNIMARC. - - pref: RenewSerialAddsSuggestion choices: @@ -34,7 +34,7 @@ Serials: - Show the - pref: StaffSerialIssueDisplayCount class: integer - - previous issues of a serial on the staff client. + - previous issues of a serial on the staff interface. - - Show the - pref: OPACSerialIssueDisplayCount @@ -48,7 +48,7 @@ Serials: full: full history - view of serial issues. - - - List of fields which must not be rewritten when a subscription is duplicated (Separated by pipe |) + - List of fields which must not be rewritten when a subscription is duplicated (separated by pipe |) - pref: SubscriptionDuplicateDroppedInput - - pref: makePreviousSerialAvailable -- 2.11.0