diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 3 |
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'), |