summaryrefslogtreecommitdiff
path: root/modules/user/user.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-11 11:47:58 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-11 11:47:58 +0000
commitef5c041534a4d3afcb382cc8bec646e725ee61c9 (patch)
tree4a138b36b2cce9438179a3ee58bf71a48704a3d1 /modules/user/user.api.php
parentdaa26f7982cec0b3101103ef0b89b3c2eded5cfb (diff)
downloadbrdo-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.php2
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.
*