diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-17 08:00:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-17 08:00:25 +0000 |
commit | 1c9b84ad39a6df1e154396267301fea6e0a49750 (patch) | |
tree | 75676e29d712b3c114aaf86999f9bff6c3a15e95 /modules/system/system.module | |
parent | 689d51747bf970383336bf317b07ab5da03a20b8 (diff) | |
download | brdo-1c9b84ad39a6df1e154396267301fea6e0a49750.tar.gz brdo-1c9b84ad39a6df1e154396267301fea6e0a49750.tar.bz2 |
- Patch #594412 by mrfelton, klausi, David_Rothstein: correctly label all site-owning super-admin permissions.
Diffstat (limited to 'modules/system/system.module')
-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'), |