diff --git a/smtp.admin.inc b/smtp.admin.inc index 27ef85c..36111da 100644 --- a/smtp.admin.inc +++ b/smtp.admin.inc @@ -112,7 +112,7 @@ function smtp_admin_settings() { '#type' => 'password', '#title' => t('Password'), '#default_value' => variable_get('smtp_password', ''), - '#description' => t('SMTP password. Leave blank if you don\'t wish to change it.'), + '#description' => t('SMTP password. If you have already entered your password before, you should leave this field blank, unless you want to change the stored password.'), ); $form['email_options'] = array(