summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_wizards.php
diff options
context:
space:
mode:
authorJeann <wjeann@gmail.com>2010-06-29 22:07:25 -0300
committerJeann <wjeann@gmail.com>2010-06-29 22:07:25 -0300
commitcdd62c76c1254ea8c929cf38f0180c81423176aa (patch)
tree6c8fe6be0c31b43acd877cd60b7eb2b7046c0859 /usr/local/www/firewall_shaper_wizards.php
parent7502ef0a698a49d9652cd3616447eb717cba707d (diff)
downloadpfsense-cdd62c76c1254ea8c929cf38f0180c81423176aa.zip
pfsense-cdd62c76c1254ea8c929cf38f0180c81423176aa.tar.gz
Implemment gettext() calls
Diffstat (limited to 'usr/local/www/firewall_shaper_wizards.php')
-rwxr-xr-xusr/local/www/firewall_shaper_wizards.php2
1 files changed, 1 insertions, 1 deletions
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",
OpenPOWER on IntegriCloud