From fe09d5a7867e9f5294e23cb202def475c102fcbc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Sep 2003 06:00:43 +0000 Subject: - Committed Al's new admin link texts. Remarks: 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch. --- modules/blog/blog.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 5f00f3d8a..c2f11b90a 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -261,10 +261,10 @@ function blog_link($type, $node = 0, $main) { if ($type == "system") { if (user_access("maintain personal blog")) { - menu("node/add/blog", t("create blog entry"), NULL, NULL, 0); + menu("node/add/blog", t("blog entry"), NULL, NULL, 0); } if (user_access("maintain personal blog")) { - menu("blog/" . $user->uid,t("view personal blog"), NULL, NULL, 1); + menu("blog/" . $user->uid,t("view my blog"), NULL, NULL, 1); } } -- cgit v1.2.3