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
committerNOYB <Al_Stu@Frontier.com>2016-04-15 02:49:50 -0700
commit597ade650df21a79fa5cf68fdd5e46a0bc698912 (patch)
tree928708e144572b3f6241c63c9be35d11af49d449 /src/usr/local/www/system_advanced_network.php
parent69ac0a881676cce5d261cf8af013ab4066fc405e (diff)
downloadpfsense-597ade650df21a79fa5cf68fdd5e46a0bc698912.zip
pfsense-597ade650df21a79fa5cf68fdd5e46a0bc698912.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