summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorheitor.lessa <heitor.lessa@hotmail.com>2010-06-30 19:45:46 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-06-30 19:56:38 -0300
commita389635bcee38a95e643254325935bf7e6430206 (patch)
treeeccb30f3d90c3b3420752e71082d41e70a3dfc19 /usr/local
parent9eae66813c1071dd323f8efe5dd2208879f4f1ac (diff)
downloadpfsense-a389635bcee38a95e643254325935bf7e6430206.zip
pfsense-a389635bcee38a95e643254325935bf7e6430206.tar.gz
Review gettext() calls on firewall_shaper_wizards.php
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_shaper_wizards.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index 8f93b86..a2a9f09 100755
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -73,11 +73,11 @@ if ($_POST['apply']) {
$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"),gettext("Wizards"));
$statusurl = "status_queues.php";
-$wizards = array(gettext("Single Lan multi Wan")) => "traffic_shaper_wizard.xml",
+$wizards = array(gettext("Single Lan multi Wan") => "traffic_shaper_wizard.xml",
gettext("Single Wan multi Lan") => "traffic_shaper_wizard_multi_lan.xml",
gettext("Multiple Lan/Wan") => "traffic_shaper_wizard_multi_all.xml",
gettext("Dedicated Links") => "traffic_shaper_wizard_dedicated.xml",
- ;
+ );
include("head.inc");
?>
@@ -93,7 +93,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>gettext("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