summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-20 00:04:47 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-20 07:33:19 -0400
commitdb0d17edbda58711bb7f95c4d23f0a325a1cab39 (patch)
tree219796553e9ea5d6108d07b3073bca1cb3f8f9da /src/usr/local/www/firewall_rules_edit.php
parente5a1ddb50e1d20ae86d02ef1c7f7ee7a907258e2 (diff)
downloadpfsense-db0d17edbda58711bb7f95c4d23f0a325a1cab39.zip
pfsense-db0d17edbda58711bb7f95c4d23f0a325a1cab39.tar.gz
Firewall - Punctuation Clean Up
Some punctuation clean up. (cherry picked from commit 4a75d129df0c6eee2540d885c951e9ae72a0ed5e)
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 9b4b63e..49d93f6 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1247,7 +1247,7 @@ $section->addInput(new Form_Select(
'inet6' => 'IPv6',
'inet46' => 'IPv4+IPv6',
)
-))->setHelp('Select the Internet Protocol version this rule applies to');
+))->setHelp('Select the Internet Protocol version this rule applies to.');
$section->addInput(new Form_Select(
'proto',
@@ -1537,7 +1537,7 @@ $section->addInput(new Form_Input(
'Max. src. conn. Rate',
'number',
$pconfig['max-src-conn-rate']
-))->setHelp('Maximum new connections per host (TCP only)');
+))->setHelp('Maximum new connections per host (TCP only).');
$section->addInput(new Form_Input(
'max-src-conn-rates',
@@ -1577,7 +1577,7 @@ $section->addInput(new Form_Select(
'synproxy state' => gettext('Synproxy'),
'none' => gettext('None'),
)
-))->setHelp('Select which type of state tracking mechanism to use. If in doubt, use keep state' . '<br />' .
+))->setHelp('Select which type of state tracking mechanism to use. If in doubt, use keep state.' . '<br />' .
'<span></span>');
$section->addInput(new Form_Checkbox(
@@ -1594,14 +1594,14 @@ $section->addInput(new Form_Select(
'VLAN Prio',
$pconfig['vlanprio'],
$vlanprio
-))->setHelp('Choose 802.1p priority to match on');
+))->setHelp('Choose 802.1p priority to match on.');
$section->addInput(new Form_Select(
'vlanprioset',
'VLAN Prio Set',
$pconfig['vlanprioset'],
$vlanprio
-))->setHelp('Choose 802.1p priority to apply');
+))->setHelp('Choose 802.1p priority to apply.');
$schedules = array();
foreach ((array)$config['schedules']['schedule'] as $schedule) {
@@ -1615,7 +1615,7 @@ $section->addInput(new Form_Select(
'Schedule',
$pconfig['sched'],
['' => gettext('none')] + array_combine($schedules, $schedules)
-))->setHelp('Leave as \'none\' to leave the rule enabled all the time');
+))->setHelp('Leave as \'none\' to leave the rule enabled all the time.');
$gateways = array("" => gettext('default'));
foreach (return_gateways_array() as $gwname => $gw) {
OpenPOWER on IntegriCloud