From 1c9b84ad39a6df1e154396267301fea6e0a49750 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 17 May 2010 08:00:25 +0000 Subject: - Patch #594412 by mrfelton, klausi, David_Rothstein: correctly label all site-owning super-admin permissions. --- modules/system/system.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/system/system.module') 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'), -- cgit v1.2.3