summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-08-30 21:47:27 +0200
committerWarren Baker <warren@decoy.co.za>2011-08-30 21:47:27 +0200
commit3305f3edadc2b9e4a51edae754d8816ff4a391fe (patch)
tree2674fedd08dd0a01a6de5dd249d803addb6dfada
parent55833877498931addd9fb0bbf79f47d783e5e0cc (diff)
downloadpfsense-3305f3edadc2b9e4a51edae754d8816ff4a391fe.zip
pfsense-3305f3edadc2b9e4a51edae754d8816ff4a391fe.tar.gz
Wording fix to better describe the Translation address.
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 72bc556..c21ad9e 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -583,11 +583,11 @@ any)");?></td>
</tr>
<tr><td>&nbsp;</td><td>
- <span class="vexpl"><?=gettext("Packets matching this rule will be mapped to the IP address given here.");?><br>
- <?=gettext("If you want this rule to apply to another IP address than the IP address of the interface chosen above, ".
- "select it here (you need to define");?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP");?></a> <?=gettext("addresses on the first).");?>
- <?=gettext("Also note that if you are trying to redirect connections on the LAN select the \"any\" option.");?>
- </span><br/>
+ <span class="vexpl"><?=gettext("Packets matching this rule will be mapped to the IP address given here.");?><br>
+ <?=gettext("If you want this rule to apply to another IP address rather than the IP address of the interface chosen above, ".
+ "select it here (you will need to define ");?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP");?></a> <?=gettext("addresses on the interface first).");?>
+ <?=gettext("Also note that if you are trying to redirect connections on the LAN select the \"any\" option.");?>
+ </span><br/>
</td></tr>
<tr id="poolopts_tr">
<td valign="top">Pool Options</td>
OpenPOWER on IntegriCloud