summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module
index 826d61c93..87133ee06 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -230,7 +230,7 @@ function user_link($type) {
}
if ($type == "menu") {
- $links[] = "<a href=\"module.php?mod=user&op=view\">". t("your account") ."</a>";
+ $links[] = "<a href=\"module.php?mod=user&op=view\">". t("account settings") ."</a>";
}
if ($type == "admin") {