summaryrefslogtreecommitdiff
path: root/modules/tracker.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-02-12 07:51:14 +0000
committerDries Buytaert <dries@buytaert.net>2005-02-12 07:51:14 +0000
commit5b7ecb86501b2713106243108d72eb36afd48b1f (patch)
tree89dfeebbbafd383b22dd3a6ddc0cbaf139923db3 /modules/tracker.module
parent95f4d9751e5d77933e659fedc92ce048fe347afa (diff)
downloadbrdo-5b7ecb86501b2713106243108d72eb36afd48b1f.tar.gz
brdo-5b7ecb86501b2713106243108d72eb36afd48b1f.tar.bz2
- Patch #17208 by asimmonds: help text fixes:
- permissions menu link updates in a number of modules help - anchor link fix in distributed auth help - "my account" link fix in user help - spelling correction in tracker.module help - I also changed 'admin/access/perms' to 'admin/access/permissions'.
Diffstat (limited to 'modules/tracker.module')
-rw-r--r--modules/tracker.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker.module b/modules/tracker.module
index d4fb00e15..951dbba42 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -13,7 +13,7 @@ function tracker_help($section) {
switch ($section) {
case 'admin/help#tracker':
return t('<p>The tracker module is a handy module for displaying the most recently added or updated content to a Drupal site. The link to the tracker is labeled <em>recent posts</em> in the user\'s navigation block. Updates include changes to the text by either the original author or someone else that has permission to edit the content, such as an editor or administrator as well as all comments added to an item.</p>
-<p>The Tracker module presents a page listing the recently-updated contentwritten by the user with the content type, the title, the user\'s name, how many comments that item has received, as well as how long ago it was updated. If an item was written by someone else, tracker will show that item at the top of the list. An example:</p>
+<p>The Tracker module presents a page listing the recently-updated content written by the user with the content type, the title, the user\'s name, how many comments that item has received, as well as how long ago it was updated. If an item was written by someone else, tracker will show that item at the top of the list. An example:</p>
<p>A user named Jessica writes a blog post, then some time passes, and others write blog posts. Then if John posts a comment to Jessica\'s post, and you have bookmarked John\'s tracker page (see below on how to do this) then Jessica\'s content will appear at the top.</p>
<p>If an user with <i>administer comments</i> (e.g. an administrator or editor of a site) deletes a comment (e.g. it is off-topic, inappropriate language, or unsolicited advertisement), the content item will drop down to when it was updated previous to that deleted comment.</p>
<p>To use the Tracker module to "watch" for a user\'s updated content, click on that user\'s profile, then the "track" tab.</p>');