- Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'.

4.6.x
Dries Buytaert 2005-08-10 20:37:19 +00:00
parent 81c4c8fc37
commit 33646ad917
1 changed files with 1 additions and 1 deletions

View File

@ -1720,7 +1720,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':