From 5270f7fd8821707c9105247e61aab633e2114aad Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 10 Aug 2005 20:38:57 +0000 Subject: - Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 37e36db99..a0fbb5b67 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -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': -- cgit v1.2.3