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 13:32:21 -0000
@@ -21,7 +21,7 @@
   switch ($section) {
   case 'admin/help#user_status':
     break;
-  case 'admin/settings/user_status':
+  case 'admin/user/user_status':
     $from = variable_get('site_mail', ini_get('sendmail_from'));
     if (!valid_email_address($from)) {
       drupal_set_message(t('None of these notifcations will be sent unless you specify a valid site !email_address on the !site_information settings page.', array('!email_address' => '<strong>'. t('E-mail address') .'</strong>', '!site_information' => l(t('Site information'), 'admin/settings/site-information'))), 'error');
@@ -42,7 +42,7 @@
   global $user;
   if ($may_cache) {
     $items[] = array(
-      'path' => 'admin/settings/user_status',
+      'path' => 'admin/user/user_status',
       'title' => t('User status notifications'),
       'description' => t('Configure email notifications when users are set to active, blocked, or deleted.'),
       'callback' => 'drupal_get_form',
Index: README.txt
===================================================================
RCS file: /cvs/drupal/contributions/modules/user_status/README.txt,v
retrieving revision 1.5
diff -u -r1.5 README.txt
--- README.txt	16 Jan 2007 02:19:45 -0000	1.5
+++ README.txt	26 Oct 2007 13:32:20 -0000
@@ -29,7 +29,7 @@
  - %loginuri is now %login_url
  - a number of new placeholders are now available
 Please visit the user_status settings page to update your site's
-configuration accordingly (administer >> settings >> user_status).
+configuration accordingly (Administer >> User management >> User status notifications).
 You should consider using the 'Reset to defaults' button and
 customizing again from there as desired.
 
