summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-17 08:00:25 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-17 08:00:25 +0000
commit1c9b84ad39a6df1e154396267301fea6e0a49750 (patch)
tree75676e29d712b3c114aaf86999f9bff6c3a15e95
parent689d51747bf970383336bf317b07ab5da03a20b8 (diff)
downloadbrdo-1c9b84ad39a6df1e154396267301fea6e0a49750.tar.gz
brdo-1c9b84ad39a6df1e154396267301fea6e0a49750.tar.bz2
- Patch #594412 by mrfelton, klausi, David_Rothstein: correctly label all site-owning super-admin permissions.
-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'),