summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 09:35:19 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 09:35:19 -0300
commitf8c0efc91d7c766e455c7d2e58d958ab21d6fac1 (patch)
treed5cbb5054200613332426a2a3909a16050ddddaf /usr/local/www/firewall_virtual_ip.php
parent41f75af9fef0805b6972de23ce21e8def8704606 (diff)
downloadpfsense-f8c0efc91d7c766e455c7d2e58d958ab21d6fac1.zip
pfsense-f8c0efc91d7c766e455c7d2e58d958ab21d6fac1.tar.gz
Fix gettext on firewall_virtual_ip.php
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index f39fbe7..1ccfc2a 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -220,7 +220,7 @@ include("head.inc");
</tr>
<tr>
<td colspan="4">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note");?>:<br>
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br>
</strong></span><?=gettext("The virtual IP addresses defined on this page may be used in");?><a href="firewall_nat.php"> <?=gettext("NAT"); ?> </a><?=gettext("mappings.");?><br>
<?=gettext("You can check the status of your CARP Virtual IPs and interfaces ");?><a href="carp_status.php"><?=gettext("here");?></a>.</span></p>
</td>
OpenPOWER on IntegriCloud