summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-30 06:55:51 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-30 06:55:51 +0000
commit046e51883319b422618eff3b78f09cbd05a5a2d2 (patch)
treef9fba064c93a7f6cad236d384d059d7a95c8d746 /modules
parent6fe31542f67b31d6f7c93c6055c7ba0ca86b5fc3 (diff)
downloadbrdo-046e51883319b422618eff3b78f09cbd05a5a2d2.tar.gz
brdo-046e51883319b422618eff3b78f09cbd05a5a2d2.tar.bz2
#602490 follow-up by dww, Bojhan, and yoroy: Make 'Update' action a tab.
Diffstat (limited to 'modules')
-rw-r--r--modules/update/update.module6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/update/update.module b/modules/update/update.module
index b3d29679f..60d5fabdb 100644
--- a/modules/update/update.module
+++ b/modules/update/update.module
@@ -211,17 +211,15 @@ function update_menu() {
'access callback' => 'update_manager_access',
'access arguments' => array(),
'weight' => 20,
- 'type' => MENU_LOCAL_ACTION,
+ 'title' => 'Update',
+ 'type' => MENU_LOCAL_TASK,
'file' => 'update.manager.inc',
);
}
// Customize the titles of the action links depending on where they appear.
$items['admin/reports/updates/install']['title'] = 'Install new module or theme';
- $items['admin/reports/updates/update']['title'] = 'Update existing modules and themes';
$items['admin/modules/install']['title'] = 'Install new module';
- $items['admin/modules/update']['title'] = 'Update existing modules';
$items['admin/appearance/install']['title'] = 'Install new theme';
- $items['admin/appearance/update']['title'] = 'Update existing themes';
// Menu callback used for the confirmation page after all the releases
// have been downloaded, asking you to backup before installing updates.