Bugzilla – Attachment 159176 Details for
Bug 35379
'searchfield' parameter name misleading when translating
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35379: Rename tx() parameter to ease translation
Bug-35379-Rename-tx-parameter-to-ease-translation.patch (text/plain), 1.08 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-11-21 18:08:56 UTC
(
hide
)
Description:
Bug 35379: Rename tx() parameter to ease translation
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-11-21 18:08:56 UTC
Size:
1.08 KB
patch
obsolete
>From f21ae840910fa788b0444f090573b36eea74d075 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 21 Nov 2023 15:08:16 -0300 >Subject: [PATCH] Bug 35379: Rename tx() parameter to ease translation > >--- > .../intranet-tmpl/prog/en/modules/admin/systempreferences.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >index d010b36782f..7e1243c27ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >@@ -85,7 +85,7 @@ > [% IF ( add_form ) %] > <h1> > [% IF ( modify ) %] >- [% tx("Modify system preference '{searchfield}'", { searchfield = searchfield }) | html %] >+ [% tx("Modify system preference '{system_preference}'", { system_preference = searchfield }) | html %] > [% ELSE %] > New local use system preference > [% END %] >-- >2.42.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35379
:
159176
|
159187
|
160922