summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_vinterface.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 17:55:38 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 17:55:38 -0300
commita38cb9d06504842bf28cde4f89fe6f16f7e83cc5 (patch)
treec18994660287189e35f8850f0469d96e91c6b463 /usr/local/www/firewall_shaper_vinterface.php
parente336a1956bd1216add980f6af8a50308ee6d1114 (diff)
downloadpfsense-a38cb9d06504842bf28cde4f89fe6f16f7e83cc5.zip
pfsense-a38cb9d06504842bf28cde4f89fe6f16f7e83cc5.tar.gz
Fixing gettext() calls on firewall_shaper_vinterface.php
Diffstat (limited to 'usr/local/www/firewall_shaper_vinterface.php')
-rw-r--r--usr/local/www/firewall_shaper_vinterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php
index 3028e12..8405186 100644
--- a/usr/local/www/firewall_shaper_vinterface.php
+++ b/usr/local/www/firewall_shaper_vinterface.php
@@ -348,7 +348,7 @@ include("fbegin.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('shaper')): ?><p>
-<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.<br>You must apply the changes in order for them to take effect."));?><br>
+<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br>".gettext("You must apply the changes in order for them to take effect."));?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
OpenPOWER on IntegriCloud