summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-07 17:29:09 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-07 17:29:09 +0000
commit92ad427474930a52a1997486678f4e65cef24a1b (patch)
tree679f207d08abc6f502761a6cdeebca7090e990e5 /modules/dashboard
parent2893abcc62e5e5bc4ab0794e3267c5fef7619d10 (diff)
downloadbrdo-92ad427474930a52a1997486678f4e65cef24a1b.tar.gz
brdo-92ad427474930a52a1997486678f4e65cef24a1b.tar.bz2
#699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people.
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/dashboard.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module
index ebf03855b..44629f2a9 100644
--- a/modules/dashboard/dashboard.module
+++ b/modules/dashboard/dashboard.module
@@ -149,7 +149,7 @@ function dashboard_permission() {
return array(
'access dashboard' => array(
'title' => t('View the administrative dashboard'),
- 'description' => t('Note: modifying the dashboard requires the !administer_blocks permission.', array('!administer_blocks' => l(t('Administer blocks'), 'admin/config/people/permissions', array('fragment' => 'module-block')))),
+ 'description' => t('Note: modifying the dashboard requires the !administer_blocks permission.', array('!administer_blocks' => l(t('Administer blocks'), 'admin/people/permissions', array('fragment' => 'module-block')))),
),
);
}