From 1151041ca6435d8eccb3cc8b76eac6844dab3226 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 11 Nov 2024 16:11:37 +0000 Subject: [PATCH] Bug 34355: (QA follow-up) Terminology and capitalization --- .../en/modules/admin/marc_order_accounts.tt | 20 +++++++++---------- .../admin/preferences/acquisitions.pref | 2 +- misc/cronjobs/marc_ordering_process.pl | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt index b9c9dc5fd8f..3ef12485b3a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt @@ -5,7 +5,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -MARC Order Accounts +MARC order accounts [% INCLUDE 'doc-head-close.inc' %] @@ -26,11 +26,11 @@ MARC Order Accounts [% IF acct_form || delete_confirm %] [% WRAPPER breadcrumb_item %] - MARC Order Accounts + MARC order accounts [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] - MARC Order Accounts + MARC order accounts [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] @@ -49,7 +49,7 @@ MARC Order Accounts [% IF ( accounts ) %] -

Marc Ordering Accounts

+

Marc ordering accounts

@@ -77,7 +77,7 @@ MARC Order Accounts [% ELSE %]
- There are no MARC Order accounts. + There are no MARC order accounts.
[% END %] [% END %] @@ -107,7 +107,7 @@ MARC Order Accounts
  • - + -
    This budget will be used as the fallback value if the MARC records do not contain a mapped value for a budget code.
    +
    This fund will be used as the fallback value if the MARC records do not contain a mapped value for a fund code.
  • @@ -126,12 +126,12 @@ MARC Order Accounts
  • -
    The download directory specifies the directory in your koha installation that should be searched for new files.
    +
    The download directory specifies the directory in your Koha installation that should be searched for new files.
  • -
    (Optional): If you have files from multiple vendors in the same file directory, the match field is the field in the marc record that will be checked to see if the file should be processed by this account.
    +
    (Optional): If you have files from multiple vendors in the same file directory, the match field is the field in the MARC record that will be checked to see if the file should be processed by this account.
    The format for this field is the same as MARCFieldsToOrder - the field and the subfield separated by a dollar sign e.g. 245$a
  • @@ -347,4 +347,4 @@ $(document).ready(function() { }); [% END %] -[% INCLUDE 'intranet-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'intranet-bottom.inc' %] 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 a3755acda1b..b172a03da9b 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 @@ -144,7 +144,7 @@ Acquisitions: choices: 1: Enable 0: Disable - - Enables automatic order line creation from MARC records + - automatic order line creation from MARC records. Printing: - - Use the diff --git a/misc/cronjobs/marc_ordering_process.pl b/misc/cronjobs/marc_ordering_process.pl index afe41c8c7d3..18084ad7245 100755 --- a/misc/cronjobs/marc_ordering_process.pl +++ b/misc/cronjobs/marc_ordering_process.pl @@ -20,7 +20,7 @@ =head1 NAME -marc_ordering_process.pl - cron script to retrieve marc files and create order lines +marc_ordering_process.pl - cron script to retrieve MARC files and create order lines =head1 SYNOPSIS @@ -32,7 +32,7 @@ or, in crontab: =head1 DESCRIPTION -This script searches for new marc files in an SFTP location +This script searches for new MARC files in an SFTP location If there are new files, it stages those files, adds bilbios/items and creates order lines =head1 OPTIONS @@ -90,7 +90,7 @@ my @accounts = Koha::MarcOrderAccounts->search( )->as_list; if ( scalar(@accounts) == 0 ) { - print "No accounts found - you must create a Marc order account for this cronjob to run\n" if $verbose; + print "No accounts found - you must create a MARC order account for this cronjob to run\n" if $verbose; } foreach my $acct (@accounts) { -- 2.39.5