Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.908
diff -u -r1.908 user.module
--- modules/user/user.module	17 May 2008 17:02:56 -0000	1.908
+++ modules/user/user.module	17 May 2008 22:39:11 -0000
@@ -1033,7 +1033,7 @@
     'type' => MENU_CALLBACK,
   );
 
-  $items['user/%user_category/edit'] = array(
+  $items['user/%user/edit'] = array(
     'title' => 'Edit',
     'page callback' => 'user_edit',
     'page arguments' => array(1),
@@ -1043,7 +1043,7 @@
     'load arguments' => array('%map', '%index'),
   );
 
-  $items['user/%user_category/edit/account'] = array(
+  $items['user/%user/edit/account'] = array(
     'title' => 'Account',
     'type' => MENU_DEFAULT_LOCAL_TASK,
     'load arguments' => array('%map', '%index'),
