Bugzilla – Attachment 175960 Details for
Bug 33454
Improve breadcrumbs for patron lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33454: (follow-up) Use tx() to improve translatability
Bug-33454-follow-up-Use-tx-to-improve-translatabil.patch (text/plain), 1.03 KB, created by
Katrin Fischer
on 2024-12-27 16:44:55 UTC
(
hide
)
Description:
Bug 33454: (follow-up) Use tx() to improve translatability
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2024-12-27 16:44:55 UTC
Size:
1.03 KB
patch
obsolete
>From b159751a499d433530950e66f04d6bf3aaa08e58 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 27 Dec 2024 16:41:25 +0000 >Subject: [PATCH] Bug 33454: (follow-up) Use tx() to improve translatability > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index 480aa2441b1..831f0a0d30d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -45,7 +45,7 @@ > <a href="lists.pl">Patron lists</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- Add patrons to [% list.name | html %] >+ [% tx("Add patrons to '{patron_list_name}'", { patron_list_name = list.name }) | html %] > [% END %] > [% END #/ WRAPPER breadcrumbs %] > [% END #/ WRAPPER sub-header.inc %] >-- >2.39.5
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 33454
:
168615
|
172023
| 175960