diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user.module | 2 | ||||
-rw-r--r-- | modules/user/user.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user.module b/modules/user.module index e78d3079f..44d872749 100644 --- a/modules/user.module +++ b/modules/user.module @@ -407,7 +407,7 @@ function user_link($type) { } if ($type == "admin" && user_access("administer users")) { - $help["user"] = "Drupal allows users to register, login, logout, maintain user profiles, etc. No participant can use his own name to post content until he signs up for a user account. There is several configuration pages that help administrators manage user accounts."; + $help["user"] = "Drupal allows users to register, login, logout, maintain user profiles, etc. No participant can use his own name to post content until he signs up for a user account. There are several configuration pages that help administrators manage user accounts."; $help["create"] = "If your site is completely private, and doesn't allow public registration, then you can add new users manually. This web page allows administrator to register a new users."; $help["view"] = "This page allows you to review and edit any user's profile."; $help["access"] = "Access rules enable administrators to filter out usernames and e-mail addresses which are not allowed in Drupal. An administrator creates a 'mask' against which each new registration is checked. Disallowed names and e-mail addresses are denied access to the site."; diff --git a/modules/user/user.module b/modules/user/user.module index e78d3079f..44d872749 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -407,7 +407,7 @@ function user_link($type) { } if ($type == "admin" && user_access("administer users")) { - $help["user"] = "Drupal allows users to register, login, logout, maintain user profiles, etc. No participant can use his own name to post content until he signs up for a user account. There is several configuration pages that help administrators manage user accounts."; + $help["user"] = "Drupal allows users to register, login, logout, maintain user profiles, etc. No participant can use his own name to post content until he signs up for a user account. There are several configuration pages that help administrators manage user accounts."; $help["create"] = "If your site is completely private, and doesn't allow public registration, then you can add new users manually. This web page allows administrator to register a new users."; $help["view"] = "This page allows you to review and edit any user's profile."; $help["access"] = "Access rules enable administrators to filter out usernames and e-mail addresses which are not allowed in Drupal. An administrator creates a 'mask' against which each new registration is checked. Disallowed names and e-mail addresses are denied access to the site."; |