From 440a30cf574e6ece252ee88e31a4a610d8a8f35a Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Wed, 18 Nov 2015 12:15:38 -0500 Subject: Detailed cosmetic changes to the system update system --- src/usr/local/www/head.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/head.inc') diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 4b8cd69..835d67b 100755 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -189,7 +189,7 @@ function output_menu($arrayitem, $target = null) { $system_menu = array(); $system_menu[] = array(gettext("Logout"), "/index.php?logout"); $system_menu[] = array(gettext("Advanced"), "/system_advanced_admin.php"); -$system_menu[] = array(gettext("Upgrade"), "/pkg_mgr_install.php?id=firmware"); +$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") { -- cgit v1.1