From 61ef38fe553cef0f6b7c80dc4e06cb2553eb419d Mon Sep 17 00:00:00 2001 From: David Nind Date: Sat, 30 Sep 2023 06:27:39 +0000 Subject: [PATCH] Bug 34966: Terminology - fix add item form (& to and) This patch updates the add item form in the staff interface to change the 'Add & duplicate' button to 'Add and duplicate'. In our terminology guide, & should only be used when it is part of a proper noun or a common abbreviation: https://wiki.koha-community.org/wiki/Terminology Test plan: 1. In the staff interface, search for and select a record. 2. Select New > New item. 3. Note that "Add & duplicate" is one of the action buttons at the bottom of the add item form. 4. Apply the patch. 5. Refresh the page. 6. Note that the action button is now labelled 'Add and duplicate'. 7. Sign off! 8-) Signed-off-by: David Nind Signed-off-by: Katariina Hanhisalo Signed-off-by: Reetta Pihlaja Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi Signed-off-by: Fridolin Somers (cherry picked from commit 34897afc593148f30fd1cd6249f34a43643589bb) Signed-off-by: Matt Blenkinsop --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index f353669a6a..83c4c58c55 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -268,7 +268,7 @@ --> - + -- 2.20.1