summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-02 00:21:33 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-02 08:32:47 -0400
commit053324be6306f13f0477b7950bf428737685f0ee (patch)
treefeb5be338cd36dec1a1adbba7aa92029a5272598
parent92142efd2324088a715b6bb6dabb84a42464a3e9 (diff)
downloadpfsense-053324be6306f13f0477b7950bf428737685f0ee.zip
pfsense-053324be6306f13f0477b7950bf428737685f0ee.tar.gz
Miscellaneous Textual Corrections
(cherry picked from commit 7a5e499901d86edad0c4e653da39dc2a42bbc33c)
-rw-r--r--src/usr/local/www/diag_traceroute.php2
-rw-r--r--src/usr/local/www/status_logs_settings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_traceroute.php b/src/usr/local/www/diag_traceroute.php
index e057f74..342a723 100644
--- a/src/usr/local/www/diag_traceroute.php
+++ b/src/usr/local/www/diag_traceroute.php
@@ -171,7 +171,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Select(
'ttl',
- 'Maximum nuber of hops',
+ 'Maximum number of hops',
$ttl,
array_combine(range(1, MAX_TTL), range(1, MAX_TTL))
))->setHelp('Select the maximum number of network hops to trace.');
diff --git a/src/usr/local/www/status_logs_settings.php b/src/usr/local/www/status_logs_settings.php
index d6b7e7a..7d05457 100644
--- a/src/usr/local/www/status_logs_settings.php
+++ b/src/usr/local/www/status_logs_settings.php
@@ -216,7 +216,7 @@ $logfilesizeHelp = gettext("Logs are held in constant-size circular log files. T
gettext("Disk space currently used by log files is: ") . exec("/usr/bin/du -sh /var/log | /usr/bin/awk '{print $1;}'") .
gettext(" Remaining disk space for log files: ") . exec("/bin/df -h /var/log | /usr/bin/awk '{print $4;}'");
-$remoteloghelp = gettext("This option will allow the logging daemon to bind to a single IP address, rather than all IP addresses.") .
+$remoteloghelp = gettext("This option will allow the logging daemon to bind to a single IP address, rather than all IP addresses.") . " " .
gettext("If a single IP is picked, remote syslog servers must all be of that IP type. To mix IPv4 and IPv6 remote syslog servers, bind to all interfaces.") .
"<br /><br />" .
gettext("NOTE: If an IP address cannot be located on the chosen interface, the daemon will bind to all addresses.");
OpenPOWER on IntegriCloud