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/tracker/tracker.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tracker') diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index bd5035c4e..ff6f62df4 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -20,7 +20,7 @@ function tracker_link($type) { if ($type == "system") { if (user_access("access content")) { - menu("tracker", t("view recent posts"), NULL, NULL, 1); + menu("tracker", t("recent posts"), NULL, NULL, 1); } } -- cgit v1.2.3