summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 17:55:26 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 17:55:26 -0300
commite336a1956bd1216add980f6af8a50308ee6d1114 (patch)
treee2a8c4e99c40797982afc3971735f453a3c773b1 /usr/local/www/firewall_shaper.php
parent456d0175680374fac7bb8d677182869e520dd815 (diff)
downloadpfsense-e336a1956bd1216add980f6af8a50308ee6d1114.zip
pfsense-e336a1956bd1216add980f6af8a50308ee6d1114.tar.gz
Fixing gettext() calls on firewall_shaper.php
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 3365a08..a7d2e88 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -402,7 +402,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