summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index aa42a5bd8..bfed7102d 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -217,7 +217,8 @@ function system_permission() {
'title' => t('Administer themes'),
),
'administer software updates' => array(
- 'title' => t('Run software updates'),
+ 'title' => t('Administer software updates'),
+ 'restrict access' => TRUE,
),
'administer actions' => array(
'title' => t('Administer actions'),