diff options
Diffstat (limited to 'modules/user/user.api.php')
-rw-r--r-- | modules/user/user.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.api.php b/modules/user/user.api.php index 2030422ae..7e8396eca 100644 --- a/modules/user/user.api.php +++ b/modules/user/user.api.php @@ -221,7 +221,7 @@ function hook_user_cancel_methods_alter(&$methods) { * Add mass user operations. * * This hook enables modules to inject custom operations into the mass operations - * dropdown found at admin/user, by associating a callback function with + * dropdown found at admin/people, by associating a callback function with * the operation, which is called when the form is submitted. The callback function * receives one initial argument, which is an array of the checked users. * |