From 637004c5391eb48b473a80df1de425aaae8edc25 Mon Sep 17 00:00:00 2001
From: Dries Buytaert
Date: Thu, 23 Jan 2003 09:24:20 +0000
Subject: - Tidied up XHTML. Patch by Ulf.
- Added missing t() function. Patch by Stefan.
---
modules/tracker/tracker.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'modules/tracker/tracker.module')
diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module
index 725cf1895..e93acb098 100644
--- a/modules/tracker/tracker.module
+++ b/modules/tracker/tracker.module
@@ -2,7 +2,7 @@
// $Id$
function tracker_help() {
- $output .= "The tracker module is a handy module for displaying the most recent comments happenning all over your web site. By following the view new comments link in the user block, a user may quickly review all recent comments. When a user first arrives at the main tracker page, she sees all recent comments in reverse chronological order, grouped by post. In addition, a self-centered user may choose to display only his own comments.
";
+ $output .= "The tracker module is a handy module for displaying the most recent comments happenning all over your web site. By following the view new comments link in the user block, a user may quickly review all recent comments. When a user first arrives at the main tracker page, she sees all recent comments in reverse chronological order, grouped by post. In addition, a self-centered user may choose to display only his own comments.
";
return $output;
}
--
cgit v1.2.3