summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-15 02:49:50 -0700
committerChris Buechler <cmb@pfsense.org>2016-04-16 01:38:03 -0500
commitce3fd2c3ff94bef051e17606915f06ff1ed7b90b (patch)
tree63c56f71f752a80d80ba44ae671e6b937fccc687 /src/usr/local/www/system_advanced_network.php
parent6bf5ed1892c4a751c3c7e7fd348f88cccc11cf36 (diff)
downloadpfsense-ce3fd2c3ff94bef051e17606915f06ff1ed7b90b.zip
pfsense-ce3fd2c3ff94bef051e17606915f06ff1ed7b90b.tar.gz
System / Advanced - Punctuation
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index 2483054..950e3a6 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -240,7 +240,7 @@ $section->addInput(new Form_Checkbox(
'network devices for new data instead of relying on interrupts. This prevents '.
'the webConfigurator, SSH, etc. from being inaccessible due to interrupt floods '.
'when under extreme load. Generally this is not recommended. Not all NICs support '.
- 'polling; see the %s homepage for a list of supported cards', [$g["product_name"]]);
+ 'polling; see the %s homepage for a list of supported cards.', [$g["product_name"]]);
$section->addInput(new Form_Checkbox(
@@ -280,7 +280,7 @@ $section->addInput(new Form_Checkbox(
'Suppress ARP messages',
isset($pconfig['sharednet'])
))->setHelp('This option will suppress ARP log messages when multiple interfaces '.
- 'reside on the same broadcast domain');
+ 'reside on the same broadcast domain.');
if (get_freebsd_version() == 8) {
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud