From 8e7abe5f5ecee177599e1a30ea6211790a363506 Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Tue, 7 Feb 2023 12:21:45 -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 +++--- 1 file changed, 3 insertions(+), 3 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 e58f05f551..88ba6adf07 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 ) %]