From c9b462825b0b2c53aa3701cd7824ceb82926a754 Mon Sep 17 00:00:00 2001 From: NOYB Date: Mon, 25 Apr 2016 00:13:03 -0700 Subject: Status / System Logs - Punctuation Clean up some punctuation. --- src/usr/local/www/status_logs_common.inc | 4 ++-- src/usr/local/www/status_logs_settings.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/usr/local/www/status_logs_common.inc b/src/usr/local/www/status_logs_common.inc index 1a23c9c..75422ba 100644 --- a/src/usr/local/www/status_logs_common.inc +++ b/src/usr/local/www/status_logs_common.inc @@ -960,8 +960,8 @@ function manage_log_section() { '1' => gettext('Display as column'), '2' => gettext('Display as second row') ) - ))->setHelp('Show the applied rule description below or in the firewall log rows' . '
' . - 'Displaying rule descriptions for all lines in the log might affect performance with large rule sets'); + ))->setHelp('Show the applied rule description below or in the firewall log rows.' . '
' . + 'Displaying rule descriptions for all lines in the log might affect performance with large rule sets.'); } diff --git a/src/usr/local/www/status_logs_settings.php b/src/usr/local/www/status_logs_settings.php index 0e97ff0..d6b7e7a 100644 --- a/src/usr/local/www/status_logs_settings.php +++ b/src/usr/local/www/status_logs_settings.php @@ -303,14 +303,14 @@ $section->addInput(new Form_Checkbox( 'Web Server Log', 'Log errors from the web server process', $pconfig['lognginx'] -))->setHelp('If this is checked, errors from the web server process for the GUI or Captive Portal will appear in the main system log'); +))->setHelp('If this is checked, errors from the web server process for the GUI or Captive Portal will appear in the main system log.'); $section->addInput(new Form_Checkbox( 'rawfilter', 'Raw Logs', 'Show raw filter logs', $pconfig['rawfilter'] -))->setHelp(gettext('If this is checked, filter logs are shown as generated by the packet filter, without any formatting. This will reveal more detailed information, but it is more difficult to read')); +))->setHelp(gettext('If this is checked, filter logs are shown as generated by the packet filter, without any formatting. This will reveal more detailed information, but it is more difficult to read.')); $section->addInput(new Form_Select( 'filterdescriptions', @@ -321,8 +321,8 @@ $section->addInput(new Form_Select( '1' => gettext('Display as column'), '2' => gettext('Display as second row') ) -))->setHelp('Show the applied rule description below or in the firewall log rows' . '
' . - 'Displaying rule descriptions for all lines in the log might affect performance with large rule sets'); +))->setHelp('Show the applied rule description below or in the firewall log rows.' . '
' . + 'Displaying rule descriptions for all lines in the log might affect performance with large rule sets.'); $section->addInput(new Form_Checkbox( 'disablelocallogging', -- cgit v1.1