Bugzilla – Attachment 144766 Details for
Bug 32475
The phrase "System prefs" should be replaced with the correct terminology "System preferences"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32475: Replace "System prefs" with "System preferences" on log viewer tool
Bug-32475-Replace-System-prefs-with-System-prefere.patch (text/plain), 1.52 KB, created by
Fridolin Somers
on 2022-12-21 07:52:43 UTC
(
hide
)
Description:
Bug 32475: Replace "System prefs" with "System preferences" on log viewer tool
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-12-21 07:52:43 UTC
Size:
1.52 KB
patch
obsolete
>From dbb1b655f15467e10d29d4b2aa9c4e4767c7b2c6 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Thu, 15 Dec 2022 09:11:23 -0500 >Subject: [PATCH] Bug 32475: Replace "System prefs" with "System preferences" > on log viewer tool > >Basically, the phrase "System prefs" used on the log viewer page (viewlog.pl) is slang and we should use the correct terminology that we use everywhere else. > >Test Plan: >1) Apply this patch >2) Browes to Tools > Log viewer >3) Note under Modules, is shows "System preferences" now instead of > "System prefs" > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index da9e4972c3..76281191b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -87,7 +87,7 @@ > > [% CASE 'FINES' %]<span>Fines</span>[% UNLESS Koha.Preference('FinesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %] > >-[% CASE 'SYSTEMPREFERENCE' %]<span>System prefs</span> >+[% CASE 'SYSTEMPREFERENCE' %]<span>System preferences</span> > > [% CASE 'CRONJOBS' %]<span>Cron jobs</span>[% UNLESS Koha.Preference('CronjobLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %] > >-- >2.39.0
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 32475
:
144617
|
144708
| 144766