summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-27 08:07:04 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-27 08:07:04 +0000
commitb6ee7cef865a1b5f7d589eee3391896eed895751 (patch)
treed822b3fa1a0099678aa78d34a557112d373897f1 /modules/user/user.module
parent589e9f237fbf27698e377e3be08599b3b322148c (diff)
downloadbrdo-b6ee7cef865a1b5f7d589eee3391896eed895751.tar.gz
brdo-b6ee7cef865a1b5f7d589eee3391896eed895751.tar.bz2
#75594 by eafarris, remove of gender-specific pronouns
Diffstat (limited to 'modules/user/user.module')
-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 5e7019723..582bcb29f 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1984,7 +1984,7 @@ function user_help($section) {
case 'admin/modules#description':
return t('Manages the user registration and login system.');
case 'admin/user':
- return t('<p>Drupal allows users to register, login, log out, maintain user profiles, etc. No participant can use his own name to post content until he signs up for a user account.</p>');
+ return t('<p>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/create':
case 'admin/user/account/create':
return t('<p>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>');