diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-19 11:18:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-19 11:18:32 +0000 |
commit | 652f90d1c013816e6771bf9df64a7f9bc0d3fc6b (patch) | |
tree | 7f87d49afadd75eb0627dc824e9ce79b92b636d0 | |
parent | fd1c63b5c0ce91849d6088b7aad40b27ea7bb96f (diff) | |
download | brdo-652f90d1c013816e6771bf9df64a7f9bc0d3fc6b.tar.gz brdo-652f90d1c013816e6771bf9df64a7f9bc0d3fc6b.tar.bz2 |
- Patch #576302 by joachim | lambic: improved rewording of user admin help text.
-rw-r--r-- | modules/user/user.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.admin.inc b/modules/user/user.admin.inc index 6f6bf5857..334c13a92 100644 --- a/modules/user/user.admin.inc +++ b/modules/user/user.admin.inc @@ -291,7 +291,7 @@ function user_admin_settings() { '#type' => 'checkbox', '#title' => t('Require e-mail verification when a visitor creates an account.'), '#default_value' => variable_get('user_email_verification', TRUE), - '#description' => t('New users will be required to validate their e-mail address prior to logging into the site, and will be assigned a system-generated password. If disabled, users will be logged in immediately upon registering, and may select their own passwords during registration.') + '#description' => t('New users will be required to validate their e-mail address prior to logging into the site, and will be assigned a system-generated password. With this setting disabled, users will be logged in immediately upon registering, and may select their own passwords during registration.') ); module_load_include('inc', 'user', 'user.pages'); $form['registration_cancellation']['user_cancel_method'] = array( |