summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_settings.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-12 23:05:49 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commitf47414213f35ec80fc23925e34d4b1a653107dad (patch)
treefbeee7e1e7d807dbd1cd4f824d4c40a9e53ff021 /src/usr/local/www/status_logs_settings.php
parentd85a1b530ae9658856bca1524c3ee9a2535f2987 (diff)
downloadpfsense-f47414213f35ec80fc23925e34d4b1a653107dad.zip
pfsense-f47414213f35ec80fc23925e34d4b1a653107dad.tar.gz
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Diffstat (limited to 'src/usr/local/www/status_logs_settings.php')
-rw-r--r--src/usr/local/www/status_logs_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_logs_settings.php b/src/usr/local/www/status_logs_settings.php
index 587b281..6b5b9f4 100644
--- a/src/usr/local/www/status_logs_settings.php
+++ b/src/usr/local/www/status_logs_settings.php
@@ -206,7 +206,7 @@ if ($_POST['resetlogs'] == gettext("Reset Log Files")) {
}
}
-$pgtitle = array(gettext("Status"), gettext("System logs"), gettext("Settings"));
+$pgtitle = array(gettext("Status"), gettext("System Logs"), gettext("Settings"));
include("head.inc");
$logfilesizeHelp = gettext("Logs are held in constant-size circular log files. This field controls how large each log file is, and thus how many entries may exist inside the log. By default this is approximately 500KB per log file, and there are nearly 20 such log files.") .
OpenPOWER on IntegriCloud