Checked gettext() implementation on interfaces_wireless.php

This commit is contained in:
Carlos Eduardo Ramos 2010-07-12 09:07:23 -03:00
parent 161e42f0ea
commit 95fcc82dfd

View File

@ -73,7 +73,7 @@ if ($_GET['act'] == "del") {
}
$pgtitle = array(gettext("Interfaces"),("Wireless"));
$pgtitle = array(gettext("Interfaces"),gettext("Wireless"));
include("head.inc");
?>