diff options
Diffstat (limited to 'modules/user/user.module')
-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 673f2bf3f..a182f4eb9 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -422,7 +422,7 @@ function user_search($keys) { function user_link($type) { if ($type == "page") { - $links[] = "<a href=\"module.php?mod=user\" title=\"". t("Create a user account, e-mail a new password or edit your account settings.") ."\">". t("user account") ."</a>"; + $links[] = "<a href=\"module.php?mod=user\" title=\"". t("Create a user account, request a new password or edit your account settings.") ."\">". t("user account") ."</a>"; } if ($type == "menu") { |