From 24092e3af184bce337d381dd35985843619acf1c Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Thu, 26 Jun 2025 11:14:20 -0400 Subject: [PATCH] Bug 40250: Terminology changes 'preference' to 'system preference' Content-Type: text/plain; charset=utf-8 This patch corrects the terminology used in the patron category settings page, changing 'preference' to 'system preference'. https://wiki.koha-community.org/wiki/Terminology#P To test: 1. Apply patch 2. Go to Administration > Patron categories 3. Click 'New category' 4. Check that the hints under 'Checkout charge limit', 'Guarantees checkout charge limit', and 'Guarantors with guarantees checkout charge limit' use 'system preference' and not 'preference' Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt index 34da9d92b0..e91ba21feb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -486,13 +486,13 @@ [%- SET pref_noissuescharge_link = 'noissuescharge' -%] -
If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] preference.
+
If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] system preference.
  • [%- SET pref_NoIssuesChargeGuarantees_link = 'NoIssuesChargeGuarantees' -%] -
    If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] preference.
    +
    If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] system preference.
  • @@ -506,7 +506,7 @@ maxlength="8" /> [%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = 'NoIssuesChargeGuarantorsWithGuarantees' -%] -
    If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.
    +
    If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] system preference.
  • -- 2.39.5