summaryrefslogtreecommitdiff
path: root/modules/blog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-30 05:15:12 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-30 05:15:12 +0000
commit446dc8244b7bfa0cdf368a37489fb0f8e676b662 (patch)
treeee90ae58e3061a4f26546065210553c669ae81b0 /modules/blog.module
parent208eabd908293ffc4ca55671be02b7c8f9c28ca1 (diff)
downloadbrdo-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/blog.module')
-rw-r--r--modules/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog.module b/modules/blog.module
index 0901eb052..d1af39448 100644
--- a/modules/blog.module
+++ b/modules/blog.module
@@ -264,7 +264,7 @@ function blog_link($type, $node = 0, $main) {
menu("node/add/blog", t("blog entry"), "blog_page", NULL, 0);
}
if (user_access("maintain personal blog")) {
- menu("blog/" . $user->uid,t("view my blog"), "user_page", NULL, 1);
+ menu("blog/" . $user->uid,t("my blog"), "user_page", NULL, 1);
}
}