From 33646ad9178aa40d5909f951f4c0486739654b00 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 10 Aug 2005 20:37:19 +0000 Subject: [PATCH] - Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'. --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user.module b/modules/user.module index 843ac79b6f6..dde758c3b68 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1720,7 +1720,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':