summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-29 08:08:35 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-29 08:08:35 -0300
commit274ba00f0e2210034740cc0a26914210fced47bc (patch)
tree0a1c33b01bf70812632585485cb0f8faf90f7c41 /usr
parent5961c5c6145610580ac2e8fe0a99f57762617c55 (diff)
parente27fe8346ba852c974614e41ce7c35751e0c83fd (diff)
downloadpfsense-274ba00f0e2210034740cc0a26914210fced47bc.zip
pfsense-274ba00f0e2210034740cc0a26914210fced47bc.tar.gz
Merge branch 'master' of rcs.pfsense.org:pfsense/bluepex-clone
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 3466ea4..bff59ed 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -441,7 +441,7 @@ include("fbegin.inc"); ?>
<td width="22%" valign="top" class="vncell">No RDR (NOT)</td>
<td width="78%" class="vtable">
<input type="checkbox" name="nordr"<?php if($pconfig['nordr']) echo " CHECKED"; ?>>
- <span class="vexpl">Enabling this option will disable redirection for this entry.
+ <span class="vexpl">Enabling this option will disable redirection for traffic matching this rule.
<br>Hint: this option is rarely needed, don't use this unless you know what you're doing.</span>
</td>
</tr>
@@ -690,9 +690,9 @@ include("fbegin.inc"); ?>
</table>
<br />
<span class="vexpl">
- Specify the port or port range for the destination of the packet for this rule.
+ Specify the port or port range for the destination of the packet for this mapping.
<br />
- Hint: you can leave the <em>'to'</em> field empty if you only want to filter a single port
+ Hint: you can leave the <em>'to'</em> field empty if you only want to map a single port
</span>
</td>
</tr>
OpenPOWER on IntegriCloud