summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-12 08:26:28 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-12 08:26:28 -0300
commit5336d152a04017246a9a7660096d0fe1190e7497 (patch)
tree6bee03515c653664a132e29787a739f493100489 /usr/local/www/firewall_nat_1to1.php
parent3931c64398ca0b7baaca7a4b59a61a5463810f4d (diff)
downloadpfsense-5336d152a04017246a9a7660096d0fe1190e7497.zip
pfsense-5336d152a04017246a9a7660096d0fe1190e7497.tar.gz
gettext() fixes on firewall_nat_1to1.php
Diffstat (limited to 'usr/local/www/firewall_nat_1to1.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index 96f0819..494d34e 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -157,8 +157,8 @@ include("head.inc");
</tr>
<tr>
<td colspan="4">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note"); ?>:<br>
- </strong></span><?=gettext("Depending on the way your WAN connection is setup, you may also need a"); ?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP"); ?></a>.<br/>
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:"); ?><br>
+ </strong></span><?=gettext("Depending on the way your WAN connection is setup, you may also need a"); ?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP."); ?></a><br/>
<?=gettext("If you add a 1:1 NAT entry for any of the interface IPs on this system, it will make this system inaccessible on that IP address. i.e. if " .
"you use your WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) using the WAN IP address will no longer function."); ?></span></p>
</td>
OpenPOWER on IntegriCloud