diff options
author | jim-p <jimp@pfsense.org> | 2011-03-10 20:37:34 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-03-10 20:37:34 -0500 |
commit | d0404e467ab5c6c6cb4b5bd244043572fb9ca983 (patch) | |
tree | 5e3036adb4114ec26cd6a2fbdf7214ef28d4fdbc /usr/local/www | |
parent | 64d42525afb0c714310d45e7fa4a8948ae7996f2 (diff) | |
download | pfsense-d0404e467ab5c6c6cb4b5bd244043572fb9ca983.zip pfsense-d0404e467ab5c6c6cb4b5bd244043572fb9ca983.tar.gz |
Fix typo
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index 958f903..4649795 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -456,8 +456,8 @@ include("head.inc"); "automatically generated and only the mappings you specify on this page " . "will be used. <br/><br/> " . "If a target address other than a WAN-type interface's IP address is used, " . - "then depending on the way the WAN connection is setup, a " . - "need a "); ?><a href="firewall_virtual_ip.php"><?=gettext("Virtual IP"); ?></a> + "then depending on the way the WAN connection is setup, a "); ?> + <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP"); ?></a> <?= gettext(" may also be required.") ?></span><br> </td> </tr> |