From cdd62c76c1254ea8c929cf38f0180c81423176aa Mon Sep 17 00:00:00 2001 From: Jeann Date: Tue, 29 Jun 2010 22:07:25 -0300 Subject: Implemment gettext() calls --- usr/local/www/firewall_shaper_wizards.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php index acd744c..35c7831 100755 --- a/usr/local/www/firewall_shaper_wizards.php +++ b/usr/local/www/firewall_shaper_wizards.php @@ -73,7 +73,7 @@ if ($_POST['apply']) { $pgtitle = array("Firewall", "Traffic Shaper", "Wizards"); $statusurl = "status_queues.php"; -$wizards = array("Single Lan multi Wan" => "traffic_shaper_wizard.xml", +$wizards = array(gettext("Single Lan multi Wan") => "traffic_shaper_wizard.xml", "Single Wan multi Lan" => "traffic_shaper_wizard_multi_lan.xml", "Multiple Lan/Wan" => "traffic_shaper_wizard_multi_all.xml", "Dedicated Links" => "traffic_shaper_wizard_dedicated.xml", -- cgit v1.1