Corrections gettext implementation on firewall_shaper.php

This commit is contained in:
Carlos Eduardo Ramos 2010-07-08 14:57:38 -03:00
parent 64b919effe
commit 4e52fac4c8

View File

@ -51,7 +51,7 @@ if($_GET['reset'] <> "") {
exit;
}
$pgtitle = array("Firewall","Traffic Shaper");
$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"));
$statusurl = "status_queues.php";
$shaperIFlist = get_configured_interface_with_descr();