Index: modules/user.module =================================================================== RCS file: /cvs/drupal/drupal/modules/user.module,v retrieving revision 1.498 diff -u -p -r1.498 user.module --- modules/user.module 5 Aug 2005 01:18:39 -0000 1.498 +++ modules/user.module 10 Aug 2005 10:18:27 -0000 @@ -1798,7 +1798,7 @@ function user_help($section) {
  • Authenticated user: this role is assigned automatically to authenticated users. Most registered users will belong to this user role unless specified otherwise.
  • ', array('%permissions' => url('admin/access/permissions'))); case 'admin/user/search': - return t('

    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".

    '); + return t('

    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".

    '); case 'admin/modules#description': return t('Manages the user registration and login system.'); case 'admin/user/configure':