diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-03-02 20:33:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-03-02 20:33:20 +0000 |
commit | 223c224d43f2e9eb3172696bcf521d93420aca93 (patch) | |
tree | aecaff71f030de53402be72ab4e8415e18b40a84 /modules/user.module | |
parent | 9d0c8efc42c1cc49be25d87229d6dcc9823318cf (diff) | |
download | brdo-223c224d43f2e9eb3172696bcf521d93420aca93.tar.gz brdo-223c224d43f2e9eb3172696bcf521d93420aca93.tar.bz2 |
- Grammar fix. Patch by Al.
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 2 |
1 files changed, 1 insertions, 1 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."; |