From ab61de4da4d46bcf7aa1e5a0cf449843ead5a901 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sun, 14 Feb 2016 00:46:55 -0600 Subject: Rename 'Packages' menu item to 'Package Manager' to better match with 'Cert. Manager' and 'User Manager' --- src/usr/local/www/head.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr') diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index c5b7874..46756cb 100644 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -207,7 +207,7 @@ $system_menu[] = array(gettext("Update"), "/pkg_mgr_install.php?id=firmware"); $system_menu[] = array(gettext("General Setup"), "/system.php"); $system_menu[] = array(gettext("High Avail. Sync"), "/system_hasync.php"); if ($g['platform'] == $g['product_name'] or $g['platform'] == "nanobsd") { - $system_menu[] = array(gettext("Packages"), "/pkg_mgr_installed.php"); + $system_menu[] = array(gettext("Package Manager"), "/pkg_mgr_installed.php"); } $system_menu[] = array(gettext("Setup Wizard"), "/wizard.php?xml=setup_wizard.xml"); $system_menu[] = array(gettext("Routing"), "/system_gateways.php"); -- cgit v1.1