summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out_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_nat_out_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_nat_out_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_out_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_out_edit.php b/src/usr/local/www/firewall_nat_out_edit.php
index 329e1fc..c713988 100644
--- a/src/usr/local/www/firewall_nat_out_edit.php
+++ b/src/usr/local/www/firewall_nat_out_edit.php
@@ -458,7 +458,7 @@ $section->addInput(new Form_Checkbox(
'Do not NAT',
'Enabling this option will disable NAT for traffic matching this rule and stop processing Outbound NAT rules',
isset($pconfig['nonat'])
-))->setHelp('In most cases this option is not required');
+))->setHelp('In most cases this option is not required.');
$iflist = get_configured_interface_with_descr(false, true);
@@ -557,7 +557,7 @@ $section->addInput(new Form_Checkbox(
null,
'Not',
$pconfig['destination_not']
-))->setHelp('Invert the sense of the destination match');
+))->setHelp('Invert the sense of the destination match.');
$form->add($section);
OpenPOWER on IntegriCloud