diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-09-05 02:30:17 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-09-05 02:30:17 +0000 |
commit | 99d07eedc0563238ef79d8e4da742ff71b07b067 (patch) | |
tree | 5d16a585ca165d5fc2c523abd45ac99f6d3fbaaa /modules | |
parent | f7ae7fa335e6c5b0f1d069f1b07040d6e7fd754f (diff) | |
download | brdo-99d07eedc0563238ef79d8e4da742ff71b07b067.tar.gz brdo-99d07eedc0563238ef79d8e4da742ff71b07b067.tar.bz2 |
#82345 by jvandyk. Better wording for user edit/registration/etc form.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/user.module | 2 |
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) { |