summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-30 00:10:22 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-30 20:01:08 -0400
commit1ea1cdbaf8de8f024934c7e884a703ce7eb4658b (patch)
tree3645a45b4011abebbe9f59b8901379a3a5f66b73
parenta18a67d77f8f51a49900ee5d8bf066eb91347e20 (diff)
downloadpfsense-1ea1cdbaf8de8f024934c7e884a703ce7eb4658b.zip
pfsense-1ea1cdbaf8de8f024934c7e884a703ce7eb4658b.tar.gz
System Menu - Textual and Punctuation Corrections
(cherry picked from commit 9f563e371d0ce630f551de19c4263fe5c1686de6)
-rw-r--r--src/usr/local/www/system_advanced_firewall.php2
-rw-r--r--src/usr/local/www/system_advanced_network.php2
-rw-r--r--src/usr/local/www/system_gateways_edit.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php
index 168ac93..0855da2 100644
--- a/src/usr/local/www/system_advanced_firewall.php
+++ b/src/usr/local/www/system_advanced_firewall.php
@@ -573,7 +573,7 @@ $section->addInput(new Form_Input(
$pconfig['aliasesresolveinterval'],
['placeholder' => '300']
))->setHelp('Interval, in seconds, that will be used to resolve hostnames '.
- 'configured on aliases.. <br/>Note: Leave this blank for the default '.
+ 'configured on aliases. <br/>Note: Leave this blank for the default '.
'(300s).');
$section->addInput(new Form_Checkbox(
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index 950e3a6..4f0fb1a 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -261,7 +261,7 @@ $section->addInput(new Form_Checkbox(
isset($config['system']['disablesegmentationoffloading'])
))->setHelp('Checking this option will disable hardware TCP segmentation '.
'offloading (TSO, TSO4, TSO6). This offloading is broken in some hardware '.
- 'drivers, and may impact performance with some specific NICs.This will take '.
+ 'drivers, and may impact performance with some specific NICs. This will take '.
'effect after a machine reboot or re-configure of each interface.');
$section->addInput(new Form_Checkbox(
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index cbbea08..f6042a3 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -829,7 +829,7 @@ $section->addInput(new Form_StaticText(
'ratio between these values control the accuracy of the numbers reported and ' .
'the timeliness of alerts.') .
'<br/><br/>' .
- gettext('A longer time period will will provide smoother results for round trip time ' .
+ gettext('A longer time period will provide smoother results for round trip time ' .
'and loss, but will increase the time before a latency or loss alert is triggered.') .
'<br/><br/>' .
gettext('A shorter probe interval will decrease the time required before a latency ' .
OpenPOWER on IntegriCloud