From 5ff3002377be0066b403e318491b6f55548e1aef Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 7 Feb 2023 13:01:40 -0500 Subject: [PATCH] Bug 32901: Replace use of the slang term "bib" with the term "record" The "Item processing" pulldown on manage-marc-import.pl uses the slang term "bib" while the rest of the form uses the correct term "record". This field should be updated with the correct terminology. Test Plan: 1) Find or stage a marc record batch 2) Note the "Item processing" pulldown uses the term "bib" 3) Apply this patch 4) Reload that page 5) Note the "Item proccessing" pulldown now uses the term "record" --- .../intranet-tmpl/prog/en/includes/tools-item-action.inc | 6 +++--- .../prog/en/modules/tools/manage-marc-import.tt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc index e58f05f551c..88ba6adf07c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc @@ -14,19 +14,19 @@ [% ELSE %] + Add items only if matching record was found [% IF ( item_action_add_only_for_new ) %] + Add items only if no matching record was found [% IF ( item_action_replace ) %] + Replace items if matching record was found (only for existing items) [% IF ( item_action_ignore ) %]