- Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'.
parent
81c4c8fc37
commit
33646ad917
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue