diff --git a/core/modules/tracker/tracker.module b/core/modules/tracker/tracker.module index a6fe2f8..87fcd0c 100644 --- a/core/modules/tracker/tracker.module +++ b/core/modules/tracker/tracker.module @@ -16,11 +16,11 @@ function tracker_help($path, $arg) { switch ($path) { case 'admin/help#tracker': $output = '

' . t('About') . '

'; - $output .= '

' . t('The Tracker module displays the most recently added and updated content on your site, and allows you to follow new content created by each user. This module has no configuration options. For more information, see the online documentation for the Tracker module.', array('!tracker' => 'http://drupal.org/documentation/modules/tracker')) . '

'; + $output .= '

' . t('The Tracker module displays the most recently added and updated content on your site, and allows you to follow new content created by each user. This module has no configuration options. For more information, see the online handbook entry for Tracker module.', array('!tracker' => 'http://drupal.org/documentation/modules/tracker')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Tracker navigation') . '
'; - $output .= '
' . t('The Tracker module adds a new menu item to the Tools menu, called Recent content. You can configure menu items via the Menus administration page.', array('!menus' => url('admin/structure/menu'))) . '
'; + $output .= '
' . t('The Tracker module adds a new menu item to the Tools menu, called Recent content. You can configure menu items via the Menus administration page.', array('!menus' => url('admin/structure/menu'))) . '
'; $output .= '
' . t('Tracking new and updated site content') . '
'; $output .= '
' . t("The Recent content page shows new and updated content in reverse chronological order, listing the content type, title, author's name, number of comments, and time of last update. Content is considered updated when changes occur in the text, or when new comments are added. The My recent content tab limits the list to the currently logged-in user.", array('!recent' => url('tracker'))) . '
'; $output .= '
' . t('Tracking user-specific content') . '
';