From e51ed1e9e9e668b481b46dcdcece818bae623fc7 Mon Sep 17 00:00:00 2001 From: Vinicius Coque Date: Tue, 27 Apr 2010 09:52:34 -0300 Subject: Reviewing gettext() --- usr/local/www/system_advanced_misc.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr/local/www/system_advanced_misc.php') diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php index e6c237e..b009cfe 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"); -- cgit v1.1