summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-08-10 20:38:57 +0000
committerDries Buytaert <dries@buytaert.net>2005-08-10 20:38:57 +0000
commit5270f7fd8821707c9105247e61aab633e2114aad (patch)
tree1f68e42338366e8ec18a7efd5c484c0b77cd88a7 /modules
parent6d93ee696bfde1790dbf0af2a2d08863968a270d (diff)
downloadbrdo-5270f7fd8821707c9105247e61aab633e2114aad.tar.gz
brdo-5270f7fd8821707c9105247e61aab633e2114aad.tar.bz2
- Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'.
Diffstat (limited to 'modules')
-rw-r--r--modules/user.module2
-rw-r--r--modules/user/user.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user.module b/modules/user.module
index 37e36db99..a0fbb5b67 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -1798,7 +1798,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':
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) {
<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':