diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-30 05:15:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-30 05:15:12 +0000 |
commit | 446dc8244b7bfa0cdf368a37489fb0f8e676b662 (patch) | |
tree | ee90ae58e3061a4f26546065210553c669ae81b0 /modules/user.module | |
parent | 208eabd908293ffc4ca55671be02b7c8f9c28ca1 (diff) | |
download | brdo-446dc8244b7bfa0cdf368a37489fb0f8e676b662.tar.gz brdo-446dc8244b7bfa0cdf368a37489fb0f8e676b662.tar.bz2 |
- Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent
posts'. See mailing list discussion.
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 8220ad793..2b739f1e6 100644 --- a/modules/user.module +++ b/modules/user.module @@ -493,7 +493,7 @@ function user_link($type) { if ($type == "system") { global $user; if ($user->uid) { - menu("user/edit", t("edit my account"), "user_page", NULL, 8); + menu("user/edit", t("my account"), "user_page", NULL, 8); menu("user/logout", t("log out"), "user_page", NULL, 10); } if (user_access("administer users")) { |