Revision ab61de4d
Added by k-paulius over 9 years ago
src/usr/local/www/head.inc | ||
---|---|---|
207 | 207 |
$system_menu[] = array(gettext("General Setup"), "/system.php"); |
208 | 208 |
$system_menu[] = array(gettext("High Avail. Sync"), "/system_hasync.php"); |
209 | 209 |
if ($g['platform'] == $g['product_name'] or $g['platform'] == "nanobsd") { |
210 |
$system_menu[] = array(gettext("Packages"), "/pkg_mgr_installed.php");
|
|
210 |
$system_menu[] = array(gettext("Package Manager"), "/pkg_mgr_installed.php");
|
|
211 | 211 |
} |
212 | 212 |
$system_menu[] = array(gettext("Setup Wizard"), "/wizard.php?xml=setup_wizard.xml"); |
213 | 213 |
$system_menu[] = array(gettext("Routing"), "/system_gateways.php"); |
Also available in: Unified diff
Rename 'Packages' menu item to 'Package Manager' to better match with 'Cert. Manager' and 'User Manager'