From 9a1e70dfc3da5f65ed3bfabef95a4cd96b926640 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Thu, 29 Apr 2010 10:54:33 -0300 Subject: [PATCH] Reviewing gettext() --- usr/local/www/pkg_mgr_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/pkg_mgr_settings.php b/usr/local/www/pkg_mgr_settings.php index d00474cd7c..650a4ab92d 100644 --- a/usr/local/www/pkg_mgr_settings.php +++ b/usr/local/www/pkg_mgr_settings.php @@ -59,7 +59,7 @@ if ($_POST) { $curcfg = $config['system']['altpkgrepo']; -$pgtitle = array("System","Package Settings"); +$pgtitle = array(gettext("System"),gettext("Package Settings")); include("head.inc"); ?>