From a4d17d86198cecb622a16c43a75edf94eff7b900 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 17 Dec 2024 09:50:24 -0300 Subject: [PATCH] Bug 38727: Improve translatability in categories.tt This makes the strings easier to translated for maintaining them as a whole instead of splitting them Extra: it adds a missing dot for consistency. To test: 1. In the categories edit page, check the 3 'If set...' texts 2. Apply this patch and reload => SUCCESS: No visual change 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/admin/categories.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 a162519f98b..48032e5f372 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -478,22 +478,22 @@ [% END %] -
If Yes, holds placed by patrons of this category will not be given priority
+
If Yes, holds placed by patrons of this category will not be given priority.
  • -
    If set, this will override the global value set in the noissuescharge preference
    +
    [%- I18N.tx("If set, this will override the global value set in the {preference} preference.", { preference => 'noissuescharge' } ) | $raw -%]
  • -
    If set, this will override the global value set in the NoIssuesChargeGuarantees preference
    +
    [%- I18N.tx("If set, this will override the global value set in the {preference} preference.", { preference => 'NoIssuesChargeGuarantees' } ) | $raw -%]
  • -
    If set, this will override the global value set in the NoIssuesChargeGuarantorsWithGuarantees preference
    +
    [%- I18N.tx("If set, this will override the global value set in the {preference} preference.", { preference => 'NoIssuesChargeGuarantorsWithGuarantees' } ) | $raw -%]
  • -- 2.47.1