Bugzilla – Attachment 159187 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.12 KB, created by
David Nind
on 2023-11-21 23:42:36 UTC
(
hide
)
Description:
Bug 35379: Rename tx() parameter to ease translation
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-11-21 23:42:36 UTC
Size:
1.12 KB
patch
obsolete
>From ffcb3cb00b88d43b1bf2fd62c0a4ef7ce815ebfb 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 > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../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 d010b36782..7e1243c27c 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.30.2
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