From dbb1b655f15467e10d29d4b2aa9c4e4767c7b2c6 Mon Sep 17 00:00:00 2001 From: Kyle Hall 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 Signed-off-by: Fridolin Somers --- 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' %]Fines[% UNLESS Koha.Preference('FinesLog') %] [% END %] -[% CASE 'SYSTEMPREFERENCE' %]System prefs +[% CASE 'SYSTEMPREFERENCE' %]System preferences [% CASE 'CRONJOBS' %]Cron jobs[% UNLESS Koha.Preference('CronjobLog') %] [% END %] -- 2.39.0