summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-12 23:04:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-12 23:04:48 +0000
commit90b08f2bd880e036d16186925c9f11b3629a37a0 (patch)
treed37752019a27186af98f52eb37aa17fc95beed18 /modules/user/user.module
parent39821e50b3b5791c9e5f67b49cf0d0542b98771d (diff)
downloadbrdo-90b08f2bd880e036d16186925c9f11b3629a37a0.tar.gz
brdo-90b08f2bd880e036d16186925c9f11b3629a37a0.tar.bz2
#620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index e972ee8bc..8db32ccd6 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1436,6 +1436,7 @@ function user_menu() {
// User listing pages.
$items['admin/people'] = array(
'title' => 'People',
+ 'description' => 'Manage user accounts',
'page callback' => 'user_admin',
'page arguments' => array('list'),
'access arguments' => array('administer users'),