diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-11 11:47:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-11 11:47:58 +0000 |
commit | ef5c041534a4d3afcb382cc8bec646e725ee61c9 (patch) | |
tree | 4a138b36b2cce9438179a3ee58bf71a48704a3d1 /modules/user/user.api.php | |
parent | daa26f7982cec0b3101103ef0b89b3c2eded5cfb (diff) | |
download | brdo-ef5c041534a4d3afcb382cc8bec646e725ee61c9.tar.gz brdo-ef5c041534a4d3afcb382cc8bec646e725ee61c9.tar.bz2 |
- Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else.
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. * |