@@ -, +, @@ - 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ a/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

+ --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref +++ a/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) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ a/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 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt +++ a/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'], --
Status Match type Match detailsDiffDiff Record