From 22869afd381c8c49d421aed9c86988b119dfae03 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 16 Dec 2004 21:42:30 +0000
Subject: [PATCH] - Patch #14262 by Richard: help text improvements for the
 tracker module.

---
 modules/tracker.module         | 6 +++++-
 modules/tracker/tracker.module | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/modules/tracker.module b/modules/tracker.module
index 1c00c565e176..51f4f3dbac02 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -12,7 +12,11 @@
 function tracker_help($section) {
   switch ($section) {
     case 'admin/help#tracker':
-      return t('<p>The tracker module is a handy module for displaying the most recent posts.  By following the <em>recent posts</em> link in the user block, a user may quickly review all recent postings.</p>');
+      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>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>');
     case 'admin/modules#description':
       return t('Enables tracking of recent posts for users.');
   }
diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module
index 1c00c565e176..51f4f3dbac02 100644
--- a/modules/tracker/tracker.module
+++ b/modules/tracker/tracker.module
@@ -12,7 +12,11 @@
 function tracker_help($section) {
   switch ($section) {
     case 'admin/help#tracker':
-      return t('<p>The tracker module is a handy module for displaying the most recent posts.  By following the <em>recent posts</em> link in the user block, a user may quickly review all recent postings.</p>');
+      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>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>');
     case 'admin/modules#description':
       return t('Enables tracking of recent posts for users.');
   }
-- 
GitLab