diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-09-20 20:57:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-09-20 20:57:35 +0000 |
commit | 7a1aee87c237402e64c7fa5324a288d059b83a34 (patch) | |
tree | aada22891798e0b9d0e86fc639810de1f82f818b /modules/user.module | |
parent | 9239aaea395bf64824a1350e191065b44041d9cb (diff) | |
download | brdo-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.module')
-rw-r--r-- | modules/user.module | 2 |
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") { |