diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php index e6c237ef35..b009cfee36 100644 --- a/usr/local/www/system_advanced_misc.php +++ b/usr/local/www/system_advanced_misc.php @@ -110,7 +110,7 @@ if ($_POST) { } } -$pgtitle = array("System","Advanced: Miscellaneous"); +$pgtitle = array(gettext("System"),gettext("Advanced: Miscellaneous")); include("head.inc"); ?> @@ -129,12 +129,12 @@ include("head.inc");