From 7f93500c5745da8dc46de12c5257a0110fa318ce Mon Sep 17 00:00:00 2001 From: Evan Giles Date: Thu, 7 Jul 2022 22:19:37 +0000 Subject: [PATCH] Bug 30763: fixes spelling of 'proceeds' Test plan: 1. Login to the staff interface 2. go to tools 3. go to label creator 4. Click New -> Layout 5. Click the 'Choose layout type' dropdown 6. Notice the 'barcode proceeds biblio data' and 'biblio data proceeds barcode'. These are typos 7. Apply the patch and refresh the page 8 repeat step 5. Confirm 'proceeds' now correctly says 'precedes' Sponsored by: Catalyst IT Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 8855da2265b5674b8e5ab0d42b95db9f343f61e3) Signed-off-by: Lucas Gass (cherry picked from commit 762d5f6454498545db3043d13cf24b95d3541da6) Signed-off-by: Arthur Suzuki --- .../intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt index b1effad732..25242074ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt @@ -3,8 +3,8 @@ [%- BLOCK translate_label_types -%] [%- SWITCH type -%] [%- CASE 'BIB' -%] Only the bibliographic data is printed - [%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data - [%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode + [%- CASE 'BARBIB'-%] Barcode precedes bibliographic data + [%- CASE 'BIBBAR'-%] Bibliographic data precedes barcode [%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels [%- CASE 'BAR' -%] Only the barcode is printed [%- END -%] -- 2.39.2