summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 17:55:47 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 17:55:47 -0300
commit3c7b2c1eb010d630b11826e98e8ca867ac257e35 (patch)
tree8c54c0a61661ec26e0cf04f4b745229a3719e07b /usr/local/www/firewall_virtual_ip.php
parenta38cb9d06504842bf28cde4f89fe6f16f7e83cc5 (diff)
downloadpfsense-3c7b2c1eb010d630b11826e98e8ca867ac257e35.zip
pfsense-3c7b2c1eb010d630b11826e98e8ca867ac257e35.tar.gz
Fixing gettext() calls 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 541a6ed..a4337b8 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -143,7 +143,7 @@ include("head.inc");
print_info_box($savemsg);
else
if (is_subsystem_dirty('vip'))
- print_info_box_np(gettext("The VIP configuration has been changed.<br>You must apply the changes in order for them to take effect."));
+ print_info_box_np(gettext("The VIP configuration has been changed.")."<br>".gettext("You must apply the changes in order for them to take effect."));
?>
<br>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud