From 383c6de29c53ab7974475f913f150fba8f750504 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 16 Mar 2018 14:24:56 +0000 Subject: [PATCH] Bug 19833 (follow-up) Minor corrections This patch makes minor corrections to lines modified in the previous ones. On the biblio framework page, I have deleted this line because it didn't make much sense before or after the change: "Framework name, then go to MARC biblio to set MARC editor parameters" In the web services preferences file, I reverted a change to "deletedbiblio" because it refers to a table name. I've also made corrections to instances of "biblio" in the following pages, including changing "biblio number" to "biblionumber," since it refers to a specific Koha column name. - MARC detail page - Help files: - Record matching rule;s - Batch item modification - MARC modification templates - Export data - Staged MARC record management --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 2 +- .../prog/en/modules/admin/preferences/web_services.pref | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt | 2 +- .../prog/en/modules/help/tools/marc_modification_templates.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index 6cffd4c..2f57745 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -119,7 +119,7 @@ [% IF op == 'list' %]

MARC frameworks

-

Framework name, then go to MARC bibliographical to set MARC editor parameters

+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref index 7b0b65b..82f7501 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref @@ -34,7 +34,7 @@ Web services: no: Disable - automatic update of OAI-PMH sets when a bibliographic record is created or updated - - - Koha's deleted bibliographic record table + - Koha's deletedbiblio table - pref: "OAI-PMH:DeletedRecord" choices: persistent: will never be emptied or truncated (persistent) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt index dfe1e1c..dab43d1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -19,7 +19,7 @@ [% IF ( unknownbiblionumber ) %] Unknown record [% ELSE %] - MARC Details for [% bibliotitle |html %] + MARC details for [% bibliotitle |html %] [% END %] @@ -34,7 +34,7 @@ [% INCLUDE 'cat-toolbar.inc' %] [% UNLESS ( popup ) %] -

MARC biblio : [% biblionumber %] ( [% bibliotitle |html %] )

+

MARC record: [% biblionumber %] ( [% bibliotitle |html %] )

[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt index 481c7f6..27d1880 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt @@ -13,7 +13,7 @@ - + @@ -458,7 +458,7 @@ [% IF ( record_type == 'auth' ) -%] var matching_msg = _("Matches authority %s (score=%s):%s"); [%- ELSE -%] - var matching_msg = _("Matches biblio %s (score=%s):%s"); + var matching_msg = _("Matches bibliographic record %s (score=%s):%s"); [%- END %] $('td:eq(4)', nRow).html( matching_msg.format(aData['match_id'], aData['score'], -- 2.1.4
Status Match type Match detailsDiffDiff Record