Index: usage/project_usage.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project/usage/project_usage.module,v
retrieving revision 1.14
diff -u -p -r1.14 project_usage.module
--- usage/project_usage.module	29 Oct 2008 00:19:39 -0000	1.14
+++ usage/project_usage.module	3 Nov 2008 16:29:00 -0000
@@ -70,7 +70,11 @@ function project_usage_menu($may_cache) 
 function project_usage_help($section) {
   switch ($section) {
     case 'project/usage':
-      return t('The following is a summary of the usage information for the projects on this site. The count is the total number of sites using any version of the project. Only sites that have opted to allow usage information to be tracked are included.');
+      return '<p>'.
+        t('This page summarizes the usage of all projects on this site. For each week beginning on the given date the figures show the number of sites that reported they are using (any version of) the project.')
+        .'</p><p>'.
+        t('Detailed usage information for each release of a project is available by clicking the project name. Only sites that have opted to allow usage information to be tracked are included.')
+        .'</p>';
   }
 }
 
