From 99d07eedc0563238ef79d8e4da742ff71b07b067 Mon Sep 17 00:00:00 2001 From: Neil Drumm <drumm@3064.no-reply.drupal.org> Date: Tue, 5 Sep 2006 02:30:17 +0000 Subject: [PATCH] #82345 by jvandyk. Better wording for user edit/registration/etc form. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/user.module b/modules/user/user.module index 1f23cfba45d7..7c78557137d5 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) { -- GitLab