diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index a7d2e88049..d20d022ac1 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -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();