summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-04-29 02:19:03 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-04-29 02:19:03 -0600
commite27fe8346ba852c974614e41ce7c35751e0c83fd (patch)
treebde837138d4f6270117ae649a1ec3a347cb079f4 /usr
parent1364604bb503b02e80240bda728e154394271b9c (diff)
downloadpfsense-e27fe8346ba852c974614e41ce7c35751e0c83fd.zip
pfsense-e27fe8346ba852c974614e41ce7c35751e0c83fd.tar.gz
Fix text for consistency.
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