Index: modules/statistics/statistics.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/statistics/statistics.module,v
retrieving revision 1.303
diff -u -p -r1.303 statistics.module
--- modules/statistics/statistics.module	3 May 2009 10:11:35 -0000	1.303
+++ modules/statistics/statistics.module	20 May 2009 03:20:19 -0000
@@ -34,6 +34,14 @@ function statistics_help($path, $arg) {
       return '<p>' . t('This page displays all external referrers, or external references to your website.') . '</p>';
     case 'admin/reports/visitors':
       return '<p>' . t("When you ban a visitor, you prevent the visitor's IP address from accessing your site. Unlike blocking a user, banning a visitor works even for anonymous users. This is most commonly used to block resource-intensive bots or web crawlers.") . '</p>';
+    case 'admin/reports/pages':
+      return '<p>' . t("This page displays the top pages viewed within the given number of days.") . '</p>';
+    case 'admin/reports/access/%':
+      return '<p>' . t("This page displays detailed access information for this node.") . '</p>';
+    case 'user/%/track/navigation':
+      return '<p>' . t("This page displays recent page visits for this user.") . '</p>';
+    case 'node/%/track':
+      return '<p>' . t("Tracking statistics listing access records for the node.") . '</p>';
   }
 }
 
