summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-09-20 20:57:35 +0000
committerDries Buytaert <dries@buytaert.net>2001-09-20 20:57:35 +0000
commit7a1aee87c237402e64c7fa5324a288d059b83a34 (patch)
treeaada22891798e0b9d0e86fc639810de1f82f818b /modules/user/user.module
parent9239aaea395bf64824a1350e191065b44041d9cb (diff)
downloadbrdo-7a1aee87c237402e64c7fa5324a288d059b83a34.tar.gz
brdo-7a1aee87c237402e64c7fa5324a288d059b83a34.tar.bz2
- 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
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 826d61c93..87133ee06 100644
--- a/modules/user/user.module
+++ b/modules/user/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") {