From 47daf7f00649956aed14dc4e6aa2145bb4c87b2a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 12 Jan 2002 12:51:21 +0000 Subject: - Added some more explanations. --- modules/tracker.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/tracker.module') diff --git a/modules/tracker.module b/modules/tracker.module index 4234f4786..0735f107a 100644 --- a/modules/tracker.module +++ b/modules/tracker.module @@ -4,7 +4,7 @@ function tracker_link($type) { if ($type == "menu") { - $links[] = "". t("recent comments") .""; + $links[] = "". t("recent comments") .""; } return $links ? $links : array(); @@ -45,8 +45,8 @@ function tracker_comments($id = 0) { function tracker_menu() { global $user; - $links[] = "uid\">your recent comments"; - $links[] = "all recent comments"; + $links[] = "uid\" title=\"". t("Display an overview of your recent comments.") ."\">your recent comments"; + $links[] = "all recent comments"; return "
". implode(" · ", $links) ."
"; } -- cgit v1.2.3