From bebfa72ac49c2aa182f99159158d73e4c92ad2a7 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 31 May 2020 16:10:23 +0200 Subject: [PATCH] Bug 25630: Fix capitalization and terminology for Acquisitions and Tools system preferences - Adds some ending punctuation - Fixes capitalization - Consistent use of "staff interface" To test: - Verify: - NewsAuthorDisplay - EmailPurchaseSuggestions - UseACQFrameworkForBiblioRecords - AcqItemSetSubfieldsWhenReceived - AcqItemSetSubfieldsWhenReceiptIsCancelled - OrderPriceRounding - read correctly. Signed-off-by: David Nind --- .../prog/en/modules/admin/preferences/acquisitions.pref | 10 +++++----- .../intranet-tmpl/prog/en/modules/admin/preferences/tools.pref | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index 9d9fe823a2..d24adfe9bb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -46,10 +46,10 @@ Acquisitions: no: "Do not warn" - when the librarian tries to create an invoice with a duplicate number. - - - Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a="foo bar"). + - "Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a=\"foo bar\"):" - pref: AcqItemSetSubfieldsWhenReceived - - - Upon cancelling a receipt, update the item's subfields if they were created when placing an order (e.g. o=5|a="bar foo"). + - "Upon cancelling a receipt, update the item's subfields if they were created when placing an order (e.g. o=5|a=\"bar foo\"):" - pref: AcqItemSetSubfieldsWhenReceiptIsCancelled - - pref: AcqEnableFiles @@ -92,20 +92,20 @@ Acquisitions: '': Don't round nearest_cent: Round - to nearest cent.
- - Determines whether full precision values or rounded values should be used in price calculations + - Determines whether full precision values or rounded values should be used in price calculations. - - pref: UseACQFrameworkForBiblioRecords default: no choices: yes: "Use" no: "Don't use" - - " the framework 'ACQ' for bibliographic records fields" + - " the framework 'ACQ' for bibliographic records fields." - - "Choose email address that new purchase suggestions will be sent to: " - pref: EmailPurchaseSuggestions default: 0 choices: - 0: None + 0: none EmailAddressForSuggestions: EmailAddressForSuggestions BranchEmailAddress: email address of branch KohaAdminEmailAddress: KohaAdminEmailAddress diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref index 007e75266e..333341f3f4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref @@ -32,10 +32,11 @@ Tools: - "Show the author for news items:" - pref: NewsAuthorDisplay choices: - none: "Not at all" + none: "not at all" opac: "OPAC only" - staff: "Staff client only" - both: "Both OPAC and staff client" + staff: "staff interface only" + both: "both OPAC and staff interface" + - "." - - Use - pref: NewsToolEditor @@ -54,4 +55,4 @@ Tools: - By default, show - pref: NumSavedReports class: integer - - reports on the Saved Reports page. + - reports on the Saved reports page. -- 2.11.0