From a8bcc77fca3b089d74ba9c5e7f45cacc0823ba67 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 17 Jul 2025 23:19:54 +0000 Subject: [PATCH] Bug 32287: Capitalization - UNIMARC labels for 214$r and $s This patch changes the capitalisation for the labels displayed in the OPAC and staff interface for UNIMARC 214$r and $s from capital case to sentence case, to be consistent with other labels: - 214$r: Printing and/or publishing information transcribed as found in the main source of information - 214$s: Printing and/or publishing information transcribed as found in the colophon Test plan: 1. Have a look at the patch and confirm the changes look correct. Signed-off-by: David Nind Signed-off-by: Emily Lamancusa --- koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl index e344fdf7de..57494591f0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl @@ -158,7 +158,7 @@ - Printing and/or Publishing Information Transcribed as Found in the Colophon: + Printing and/or publishing information transcribed as found in the colophon: @@ -177,7 +177,7 @@ - Printing and/or Publishing Information Transcribed as Found in the Main Source of Information: + Printing and/or publishing information transcribed as found in the main source of information: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl index 25874e25f8..50ce39f99b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl @@ -319,7 +319,7 @@ - Printing and/or Publishing Information Transcribed as Found in the Colophon: + Printing and/or publishing information transcribed as found in the colophon: @@ -338,7 +338,7 @@ - Printing and/or Publishing Information Transcribed as Found in the Main Source of Information: + Printing and/or publishing information transcribed as found in the main source of information: -- 2.34.1