From 7582a37446f80a416406a893a34b9635ccbb4ff2 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 --- .../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 7d9d76a188..e3393c763b 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.17.1