summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-09-05 02:30:17 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-09-05 02:30:17 +0000
commit99d07eedc0563238ef79d8e4da742ff71b07b067 (patch)
tree5d16a585ca165d5fc2c523abd45ac99f6d3fbaaa /modules/user/user.module
parentf7ae7fa335e6c5b0f1d069f1b07040d6e7fd754f (diff)
downloadbrdo-99d07eedc0563238ef79d8e4da742ff71b07b067.tar.gz
brdo-99d07eedc0563238ef79d8e4da742ff71b07b067.tar.bz2
#82345 by jvandyk. Better wording for user edit/registration/etc form.
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 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) {