From b6ee7cef865a1b5f7d589eee3391896eed895751 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Thu, 27 Jul 2006 08:07:04 +0000 Subject: #75594 by eafarris, remove of gender-specific pronouns --- 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 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('

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.

'); + return 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.

'); case 'admin/user/create': case 'admin/user/account/create': return 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.

'); -- cgit v1.2.3