summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-29 08:09:56 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-29 08:09:56 -0300
commit5a5fcf021d702e97ee12ec90f3e79fa2b414dd35 (patch)
treeeea26fbab6bad7e13b10e252ba220cb486448fc1 /usr
parent649bc342dd6079a2008d037dac320d028d955733 (diff)
parent274ba00f0e2210034740cc0a26914210fced47bc (diff)
downloadpfsense-5a5fcf021d702e97ee12ec90f3e79fa2b414dd35.zip
pfsense-5a5fcf021d702e97ee12ec90f3e79fa2b414dd35.tar.gz
Merge branch 'master' into gettext
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