diff options
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module index 37e36db99..a0fbb5b67 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1798,7 +1798,7 @@ function user_help($section) { <li>Authenticated user: this role is assigned automatically to authenticated users. Most registered users will belong to this user role unless specified otherwise.</li> </ul>', array('%permissions' => url('admin/access/permissions'))); case 'admin/user/search': - return t('<p>Enter a simple pattern ("*" may be user as a wildcard match) to search for a username. For example, one may search for "br" and Drupal might return "brian", "brad", and "brenda".</p>'); + return t('<p>Enter a simple pattern ("*" may be used as a wildcard match) to search for a username. For example, one may search for "br" and Drupal might return "brian", "brad", and "brenda".</p>'); case 'admin/modules#description': return t('Manages the user registration and login system.'); case 'admin/user/configure': |