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 12:51:56 -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.'), ); @@ -144,7 +144,7 @@ '#default_value' => variable_get('user_status_activated_body', user_status_activated_body()), '#cols' => 72, '#rows' => 10, - '#description' => t('In addition to the variables described above, %login_url (a one-time login URL) is available in the notification message. If the "%reset_password" box is checked, you may also use %password.', array('%reset_password' => t('Reset password when accounts are activated'))), + '#description' => t('In addition to the variables described above, %login_url (a one-time login URL) is available in the notification message. If the "%reset_password" box is checked, you may also use %password.', array('%reset_password' => t('Reset password when account is activated'))), ); $form['block_status'] = array(