summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-11-08 22:53:23 +0000
committerChris Buechler <cmb@pfsense.org>2008-11-08 22:53:23 +0000
commita050f7a659faf5b48ef8c4158cead2e3eb184974 (patch)
tree90880bc3699d86288737835ea513e75230bf39fe /usr
parent7a9822cc22fe7ab79fa0e9e74f00c59548aa791d (diff)
downloadpfsense-a050f7a659faf5b48ef8c4158cead2e3eb184974.zip
pfsense-a050f7a659faf5b48ef8c4158cead2e3eb184974.tar.gz
touch up text
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index ff3ddeb..9bba3c1 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -291,11 +291,11 @@ function sourcesel_change() {
<form action="firewall_nat_out_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="1">
<tr>
- <td width="22%" valign="top" class="vncellreq">No nat (NOT)</td>
+ <td width="22%" valign="top" class="vncellreq">No NAT (NOT)</td>
<td width="78%" class="vtable">
<input type="checkbox" name="nonat"<?php if(isset($pconfig['nonat'])) echo " CHECKED"; ?>>
- <span class="vexpl">Enabling this option will disable natting for the item and stop processing outgoing nat rules.
- <br>Hint: in most cases, you'll not use this option unless you know what you're doing.</span></td>
+ <span class="vexpl">Enabling this option will disable NATing for the item and stop processing outgoing NAT rules.
+ <br>Hint: this option is rarely needed, don't use this unless you know what you're doing.</span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Interface</td>
OpenPOWER on IntegriCloud