summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-29 10:54:33 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-29 10:54:33 -0300
commit9a1e70dfc3da5f65ed3bfabef95a4cd96b926640 (patch)
treea50a4dd75eaf16dac0cdc71c620969a77ad1a0a3 /usr
parent0897ff7bd35a63fb5dc2e30ff7ca2252609a860f (diff)
downloadpfsense-9a1e70dfc3da5f65ed3bfabef95a4cd96b926640.zip
pfsense-9a1e70dfc3da5f65ed3bfabef95a4cd96b926640.tar.gz
Reviewing gettext()
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/pkg_mgr_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_settings.php b/usr/local/www/pkg_mgr_settings.php
index d00474c..650a4ab 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");
?>
<script language="JavaScript">
OpenPOWER on IntegriCloud