summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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 1f23cfba4..7c7855713 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1286,7 +1286,7 @@ function user_edit_form($uid, $edit, $register = FALSE) {
'#title' => t('E-mail address'),
'#default_value' => $edit['mail'],
'#maxlength' => 64,
- '#description' => t('Insert a valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.'),
+ '#description' => t('A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.'),
'#required' => TRUE,
);
if (!$register) {