From 90b08f2bd880e036d16186925c9f11b3629a37a0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 12 Jan 2010 23:04:48 +0000 Subject: #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling. --- modules/user/user.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user/user.module') 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'), -- cgit v1.2.3