From ba0da919d5d762c3df61b4102747626719da4a40 Mon Sep 17 00:00:00 2001 From: "heitor.lessa" Date: Wed, 30 Jun 2010 19:45:46 -0300 Subject: Review gettext() calls on firewall_shaper_wizards.php --- usr/local/www/firewall_shaper_wizards.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/local/www/firewall_shaper_wizards.php') 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");

-gettext("You must apply the changes in order for them to take effect."));?>
+.gettext("You must apply the changes in order for them to take effect."));?>
-- cgit v1.1