From 7a1aee87c237402e64c7fa5324a288d059b83a34 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 20 Sep 2001 20:57:35 +0000 Subject: - added a new tracker.module (everybody kept nagging about the missing "your drupal" feature). Tracker.module will be improved and expanded during the process. - renamed a link in user.module --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') 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[] = "". t("your account") .""; + $links[] = "". t("account settings") .""; } if ($type == "admin") { -- cgit v1.2.3