From 4f87db7803cb0bfef9b123f0bf97eeffc0a23126 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 8 May 2017 12:08:43 +0200 Subject: [PATCH] Bug 18554: Adjust a few typos including responsability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typo responsability typo defautl in authorities.pref typo reveived in t/db_dependent/Acquisition.t typo ;; in advance_notices.pl typo Stopping in restart_indexer (koha-indexer) typo instutitional in moremember.pl typo Corretly (Biblio.t) typo periodicy in help serials Signed-off-by: Marcel de Rooy Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- Koha/Patrons.pm | 2 +- debian/scripts/koha-indexer | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt | 2 +- members/moremember.pl | 2 +- misc/cronjobs/advance_notices.pl | 2 +- misc/release_notes/release_notes_222.txt | 2 +- misc/release_notes/release_notes_223.txt | 2 +- t/db_dependent/Acquisition.t | 4 ++-- t/db_dependent/Biblio.t | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Koha/Patrons.pm b/Koha/Patrons.pm index b8aebeb790..263cec72a4 100644 --- a/Koha/Patrons.pm +++ b/Koha/Patrons.pm @@ -152,7 +152,7 @@ sub search_patrons_to_anonymise { Koha::Patrons->search->anonymise_issue_history( { [ before => $older_than_date ] } ); Anonymise issue history (old_issues) for all patrons older than the given date (optional). -To make sure all the conditions are met, the caller has the responsability to +To make sure all the conditions are met, the caller has the responsibility to call search_patrons_to_anonymise to filter the Koha::Patrons set =cut diff --git a/debian/scripts/koha-indexer b/debian/scripts/koha-indexer index 60b551a0aa..453f358627 100755 --- a/debian/scripts/koha-indexer +++ b/debian/scripts/koha-indexer @@ -125,7 +125,7 @@ restart_indexer() --verbose=1 --respawn --delay=30 \ --user=$name-koha.$name-koha" - log_daemon_msg "Stopping Koha indexing daemon for $name" + log_daemon_msg "Restarting Koha indexing daemon for $name" if daemon $DAEMONOPTS --restart -- $INDEXER_DAEMON $INDEXER_PARAMS; then log_end_msg 0 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref index 4c07c911a8..cc63205371 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref @@ -44,7 +44,7 @@ Authorities: - - Use the following text for the contents of UNIMARC authority field 100 position 08-35 (fixed length data elements). Do NOT include the date (position 00-07). - pref: UNIMARCAuthorityField100 - defautl: "afrey50 ba0" + default: "afrey50 ba0" type: textarea class: code - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 31f772321c..e2215a00a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -469,7 +469,7 @@ function verify_images() {
  • Published by: [% publishercode |html %] - [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsability ) %][% editionresponsability %][% END %] + [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsibility ) %][% editionresponsibility %][% END %]
  • [% END %]
  • Description: @@ -1049,7 +1049,7 @@ function verify_images() { [% UNLESS ( item_level_itypes ) %][% IF ( noItemTypeImages ) %][% XISBN.description %][% ELSE %][% XISBN.description %][% END %][% END %] [% XISBN.title |html %] by [% XISBN.author | html %] ©[% XISBN.copyrightdate %] [% IF ( XISBN.publishercode ) %] -[% XISBN.publishercode %] [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement %][% END %] [% IF ( XISBN.editionresponsability ) %][% XISBN.editionresponsability %][% END %] +[% XISBN.publishercode %] [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility %][% END %] [% END %] [% IF ( XISBN.pages ) %] [% END %][% XISBN.pages %] [% IF ( XISBN.illus ) %][% XISBN.illus %][% END %] [% IF ( XISBN.size ) %], [% END %][% XISBN.size %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt index 8872bca700..f358cd54c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt @@ -56,7 +56,7 @@ Once that data is filled in you can click 'Next' to enter the prediction pattern
  • There are several pre-defined options for the 'Frequency' of publication all of which are visible alongside your own custom frequencies by visiting 'Manage frequencies'
      -
    • Without periodicy: some very specific (usually high level science journals) don't have a true periodicity. When you subscribe to the title, you subscribe for 6 issues, which can arrive in 1 year... or 2... There is no regularity or known schedule.
    • +
    • Without periodicity: some very specific (usually high level science journals) don't have a true periodicity. When you subscribe to the title, you subscribe for 6 issues, which can arrive in 1 year... or 2... There is no regularity or known schedule.
    • Unknown select this if none of the other choices are relevant
    • Irregular: The journal is not "regular" but has a periodicity. You know that it comes out on January, then in October and December, it is irregular, but you know when it's going to arrive.
    • 2/day: Twice daily
    • diff --git a/members/moremember.pl b/members/moremember.pl index 2ab81748dc..318b11a03b 100755 --- a/members/moremember.pl +++ b/members/moremember.pl @@ -329,7 +329,7 @@ if ( C4::Context->preference("ExportCircHistory") ) { $template->param(csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc' }) ]); } -# in template => instutitional (A for Adult, C for children) +# in template => institutional (A for Adult, C for children) $template->param( $data->{'categorycode'} => 1 ); $template->param( patron => $patron, diff --git a/misc/cronjobs/advance_notices.pl b/misc/cronjobs/advance_notices.pl index 855492e51b..95b9bf70e6 100755 --- a/misc/cronjobs/advance_notices.pl +++ b/misc/cronjobs/advance_notices.pl @@ -186,7 +186,7 @@ GetOptions( 'itemscontent=s' => \$itemscontent, )or pod2usage(2); pod2usage(1) if $help; -pod2usage( -verbose => 2 ) if $man;; +pod2usage( -verbose => 2 ) if $man; # Since advance notice options are not visible in the web-interface # unless EnhancedMessagingPreferences is on, let the user know that diff --git a/misc/release_notes/release_notes_222.txt b/misc/release_notes/release_notes_222.txt index 6b11e75707..7af5c600f6 100644 --- a/misc/release_notes/release_notes_222.txt +++ b/misc/release_notes/release_notes_222.txt @@ -46,7 +46,7 @@ BUGFIXES === CATALOGUE === * some fixes in authority search (worked, but could fail to return results under certain circumstances) - * libopac now works : in Koha >> parameters >> biblioframework >> modify field or subfield. If you set "opac text" to a different value than librarian text, you'll have different headers/text for MARC fields (for example : "1st responsability" for librarians, "author" for end users) + * libopac now works : in Koha >> parameters >> biblioframework >> modify field or subfield. If you set "opac text" to a different value than librarian text, you'll have different headers/text for MARC fields (for example : "1st responsibility" for librarians, "author" for end users) * removed a limit to 255 char in field length in MARC editor (the DB can handle much more) * tabs in MARC editor : the active tab is now hilighted & in biblio modif, empty tabs are not shown (as in biblio add) * bugfixes in permissions (some pages required parameters where they should require editcatalogue) diff --git a/misc/release_notes/release_notes_223.txt b/misc/release_notes/release_notes_223.txt index 5ecc63e58f..02f2754ff3 100644 --- a/misc/release_notes/release_notes_223.txt +++ b/misc/release_notes/release_notes_223.txt @@ -93,7 +93,7 @@ BUGFIXES === CATALOGUE === * some fixes in authority search (worked, but could fail to return results under certain circumstances) - * libopac now works : in Koha >> parameters >> biblioframework >> modify field or subfield. If you set "opac text" to a different value than librarian text, you'll have different headers/text for MARC fields (for example : "1st responsability" for librarians, "author" for end users) + * libopac now works : in Koha >> parameters >> biblioframework >> modify field or subfield. If you set "opac text" to a different value than librarian text, you'll have different headers/text for MARC fields (for example : "1st responsibility" for librarians, "author" for end users) * removed a limit to 255 char in field length in MARC editor (the DB can handle much more) * tabs in MARC editor : the active tab is now hilighted & in biblio modif, empty tabs are not shown (as in biblio add) * bugfixes in permissions (some pages required parameters where they should require editcatalogue) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index 1973cf2b84..90166501ca 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -379,9 +379,9 @@ C4::Acquisition::CloseBasket($basketno); isnt( scalar grep ( $_->{basketno} eq $basketno, @lateorders ), 0, "GetLateOrders gets orders from closed baskets" ); ok( !grep ( $_->{ordernumber} eq $ordernumbers[3], @lateorders ), - "GetLateOrders does not gets cancelled orders" ); + "GetLateOrders does not get cancelled orders" ); ok( !grep ( $_->{ordernumber} eq $ordernumbers[4], @lateorders ), - "GetLateOrders does not gets reveived orders" ); + "GetLateOrders does not get received orders" ); $search_orders = SearchOrders({ booksellerid => $booksellerid, diff --git a/t/db_dependent/Biblio.t b/t/db_dependent/Biblio.t index c6613df686..08e09a1798 100755 --- a/t/db_dependent/Biblio.t +++ b/t/db_dependent/Biblio.t @@ -246,7 +246,7 @@ sub run_tests { is( scalar @$isbns, 4, '(GetMarcISBN) The record contains 4 ISBNs'); for my $i (0 .. $#more_isbns) { is( $isbns->[$i], $more_isbns[$i], - "(GetMarcISBN) Corretly retrieves ISBN #". ($i + 1)); + "(GetMarcISBN) Correctly retrieves ISBN #". ($i + 1)); } is( GetMarcPrice( $record_for_isbn, $marcflavour ), 100, -- 2.11.0