Index: user_status.module =================================================================== RCS file: /cvs/drupal/contributions/modules/user_status/user_status.module,v retrieving revision 1.16 diff -u -r1.16 user_status.module --- user_status.module 26 Oct 2007 00:28:13 -0000 1.16 +++ user_status.module 26 Oct 2007 11:49:29 -0000 @@ -127,7 +127,7 @@ ); $form['activate_status']['user_status_reset_password'] = array( '#type' => 'checkbox', - '#title' => t('Reset password when accounts are activated'), + '#title' => t('Reset password when account is activated'), '#default_value' => variable_get('user_status_reset_password', FALSE), '#description' => t('Creates a new random password when an account is approved or unblocked. If enabled, this allows a %password placeholder to be used in the notification message.'), );