From ed074fc996bb906c54430cc518305b27a2f65b4a Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Sat, 11 Oct 2025 13:21:46 +0300 Subject: [PATCH] Bug 41000: Relabel 041$d "Spoken language" to "Sung or spoken language" Updates the XSLT templates for detail pages in the staff interface and OPAC to label 041$d in MARC21 as "Sung or spoken language", matching the MARC21 definition. For music libraries, this also better reflects the information about the record. To test: 1. Apply patch 2. Catalog a record with 041$d 3. Navigate to the record details both in the staff interface and OPAC 4. Observe "Sung or spoken language: <041$d>" Signed-off-by: Lawrence O'Regan-Lloyd Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl index b30efc0e06..b6902bb243 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -367,7 +367,7 @@ - Spoken language: + Sung or spoken language: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl index 93e028d02a..120acc6b16 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -332,7 +332,7 @@ - Spoken language: + Sung or spoken language: -- 2.39.5