Skip to content
Snippets Groups Projects
Commit 33646ad9 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent 81c4c8fc
No related branches found
No related tags found
No related merge requests found
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment