Bugzilla – Attachment 159232 Details for
Bug 35378
'This authority type is used {count} times' missing dot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35378: 'This authority type is used {count} times' missing dot
Bug-35378-This-authority-type-is-used-count-times-.patch (text/plain), 1.56 KB, created by
Marcel de Rooy
on 2023-11-24 09:24:51 UTC
(
hide
)
Description:
Bug 35378: 'This authority type is used {count} times' missing dot
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-11-24 09:24:51 UTC
Size:
1.56 KB
patch
obsolete
>From 5acceaac6690d8454d80a883c857d3ac2ab843c3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 21 Nov 2023 14:30:50 -0300 >Subject: [PATCH] Bug 35378: 'This authority type is used {count} times' > missing dot >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >index ca7eae5d01..a9229ee6fc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >@@ -164,7 +164,7 @@ > [% IF authorities_using_it %] > <h1>This authority type cannot be deleted</h1> > <p><strong><span class="ex">[% authority_type.authtypecode | html %]</span></strong></p> >- <p>[% tnx('This authority type is used {count} time.', 'This authority type is used {count} times', authorities_using_it, { count = authorities_using_it }) %]</p> >+ <p>[% tnx('This authority type is used {count} time.', 'This authority type is used {count} times.', authorities_using_it, { count = authorities_using_it }) %]</p> > <form action="/cgi-bin/koha/admin/authtypes.pl" method="get"> > <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to authority types</button> > </form> >-- >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 35378
:
159173
|
159179
| 159232