summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-04 14:54:10 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-04 14:54:10 +0000
commita50d47f9591d240f212b66332e25d7f2ce50369d (patch)
tree89e269d0e24e950534109bf7fead9b4a2e82a2c2 /modules/user/user.module
parenta1cbd755458534fb2baf161307ca964ff17f22ca (diff)
downloadbrdo-a50d47f9591d240f212b66332e25d7f2ce50369d.tar.gz
brdo-a50d47f9591d240f212b66332e25d7f2ce50369d.tar.bz2
#928790 by David_Rothstein: Make menu descriptions consistent.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index e5b9fa26f..941c56c8e 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1574,7 +1574,7 @@ function user_menu() {
// User listing pages.
$items['admin/people'] = array(
'title' => 'People',
- 'description' => 'Manage user accounts, roles, and permissions',
+ 'description' => 'Manage user accounts, roles, and permissions.',
'page callback' => 'user_admin',
'page arguments' => array('list'),
'access arguments' => array('administer users'),