summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-29 11:18:40 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-29 11:18:40 +0000
commit8dd8b0c22373106181d40e1bfa8af9c47dd127cb (patch)
treed5ceb942f8a9240f71676e0e098441126054cdce
parent2fe9f45846733ee6e5969fd006ca640650459af3 (diff)
downloadbrdo-8dd8b0c22373106181d40e1bfa8af9c47dd127cb.tar.gz
brdo-8dd8b0c22373106181d40e1bfa8af9c47dd127cb.tar.bz2
- Patch #118730 by kaerast, kkaefer and webchick: subltle but important documentation improvement
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index ca4c2856e..e5c5ecbc6 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -2780,7 +2780,7 @@ function user_help($section) {
return '<p>'. t('Drupal allows users to register, login, log out, maintain user profiles, etc. Users of the site may not use their own names to post content until they have signed up for a user account.') .'</p>';
case 'admin/user/user/create':
case 'admin/user/user/account/create':
- return '<p>'. t('This web page allows the administrators to register a new users by hand. Note that you cannot have a user where either the e-mail address or the username match another user in the system.') .'</p>';
+ return '<p>'. t('This web page allows the administrators to register new users by hand. Note that you cannot have a user where either the e-mail address or the username match another user in the system.') .'</p>';
case 'admin/user/rules':
return '<p>'. t('Set up username and e-mail address access rules for new <em>and</em> existing accounts (currently logged in accounts will not be logged out). If a username or e-mail address for an account matches any deny rule, but not an allow rule, then the account will not be allowed to be created or to log in. A host rule is effective for every page view, not just registrations.') .'</p>';
case 'admin/user/access':