diff options
author | Warren Baker <warren@decoy.co.za> | 2011-08-30 21:47:27 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-08-30 21:48:05 +0200 |
commit | 96beb23dd4c754f98df4101e15262cf9f43d8b53 (patch) | |
tree | e59234ba8cf8ece4efabe96ea0a7272ea884206a /usr/local/www | |
parent | badc234035f2d0f3ba7db8b5ce589d91fa3ec625 (diff) | |
download | pfsense-96beb23dd4c754f98df4101e15262cf9f43d8b53.zip pfsense-96beb23dd4c754f98df4101e15262cf9f43d8b53.tar.gz |
Wording fix to better describe the Translation address.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/firewall_nat_out_edit.php | 10 |
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> </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> |