--- modules/tracker/tracker.module	2009-11-08 11:02:41.000000000 +0100
+++ modules/tracker/tracker.module	2009-11-24 08:48:31.000000000 +0100
@@ -12,9 +12,14 @@
 function tracker_help($path, $arg) {
   switch ($path) {
     case 'admin/help#tracker':
-      $output = '<p>' . t('The tracker module displays the most recently added or updated content on your site, and provides user-level tracking to follow the contributions of particular authors.') . '</p>';
-      $output .= '<p>' . t("The <em>Recent posts</em> page is available via a link in the navigation menu block and displays new and recently-updated content (including the content type, the title, the author's name, number of comments, and time of last update) in reverse chronological order. Posts are marked updated when changes occur in the text, or when new comments are added. To use the tracker module to follow a specific user's contributions, select the <em>Track</em> tab from the user's profile page.") . '</p>';
-      $output .= '<p>' . t('For more information, see the online handbook entry for <a href="@tracker">Tracker module</a>.', array('@tracker' => 'http://drupal.org/handbook/modules/tracker/')) . '</p>';
+      $output = '';
+      $output .= '<h3>' . t('About') . '</h3>';
+      $output .= '<p>' . t('The tracker module displays the most recently added or updated content on your site, and provides user-level tracking to follow the contributions of particular authors. This module has no configuration options.  For more information, see the online handbook entry for <a href="@tracker">Tracker module</a>.', array('@tracker' => 'http://drupal.org/handbook/modules/tracker/')) . '</p>';
+      $output .= '<h3>' . t('Uses') . '</h3>';
+      $output .= '<dl>';
+      $output .= '<dt>' . t('Keeping track of updated content') . '</dt>';
+      $output .= '<dd>' . t("Via a link in the navigation menu, users can access a list of <a href='@recent'>new and recently-updated content</a> showing (in reverse chronological order) the content type, the title, the author's name, number of comments, and time of last update. Content is marked updated when changes occur in the text, or when new comments are added. To use the tracker module to follow a specific user's contributions, select the <em>Track</em> tab from the user's profile page.", array('@recent' => url('tracker'))) . '</dd>';
+      $output .= '</dl>';
       return $output;
   }
 }
