diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 2f4a13241..d812354d2 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -251,7 +251,7 @@ function user_link($type) { } if ($type == "admin") { - $links[] = "<a href=\"admin.php?mod=user\">user system</a>"; + $links[] = "<a href=\"admin.php?mod=user\">user management</a>"; } return $links ? $links : array(); |