summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r--modules/statistics/statistics.module5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index c7891ecfe..1189610d9 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -18,9 +18,8 @@ function statistics_help($section) {
<p>The module counts how many times, and from where -- using HTTP referrer -- each of your posts is viewed. Once we have that count the module can do the following with it:
<ul>
<li>The count can be displayed in the node's link section next to \"# comments\".</li>
- <li>A configurable block can be added which can display the day's top stories, the all time top stories, and the last stories read. Each section in the block has a title, which you can change, as well as being able to change how many node titles will be displayed.</li>
+ <li>A configurable block can be added which can display a configurable number of the day's top stories, the all time top stories, and the last stories read.</li>
<li>A configurable user page can be added, which can display the day's top stories, the all time top stories, and the last stories read. You can individually configure how many posts are displayed in each section.</li>
- <li>A configurable block can be added that displays the count of how many users, as well as a list of their names, and guests are currently accessing your site.</li>
</ul>
<p>Notes on using the statistics:</p>
<ul>
@@ -55,7 +54,7 @@ function statistics_help($section) {
case 'admin/modules#description':
return t('Logs access statistics for your site.');
case 'admin/settings/statistics':
- return t('Settings for the statistical information that Drupal will keep about the site. See <a href="%statistics">site statistics</a> for the actual information.', array('%statistics' => url('admin/logs/topnodes')));
+ return t('Settings for the statistical information that Drupal will keep about the site. See <a href="%statistics">site statistics</a> for the actual information.', array('%statistics' => url('admin/logs/hits')));
case 'admin/logs/hits/posts':
return t('This page gives you an at-a-glance look at your most popular content.');
case 'admin/logs/hits/pages':