From 0b399239e28da596df60e03adaa342224f8f3ec1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 29 Apr 2008 14:53:18 -0500 Subject: [PATCH] Fixes for Bug 2067 (terminology consistency) Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc index f1f0d1fd3b..83255113c1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc @@ -27,7 +27,7 @@
  • MARC Bibliographic framework
  • Koha to MARC mapping
  • MARC Bibliographic framework test
  • -
  • MARC Authorities framework
  • +
  • Authority types
  • Classification sources
  • Record matching rules
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl index 17bd3dc65d..63bb93f4d0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl @@ -63,7 +63,7 @@
    Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records. Note that the mapping can be defined through MARC Bibliographic Framework. This tool is just a shortcut to speed up linkage.
    MARC Bibliographic framework test
    Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.
    -
    MARC Authorities framework
    +
    Authority types
    Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).
    Classification sources
    Define classification sources (i.e., call number schemes) used by your collection. Also define filing rules used for sorting call numbers.
    -- 2.11.0