From 223c224d43f2e9eb3172696bcf521d93420aca93 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 2 Mar 2003 20:33:20 +0000 Subject: - Grammar fix. Patch by Al. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') 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."; -- cgit v1.2.3