summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-10-23 16:29:31 +0000
committerDries Buytaert <dries@buytaert.net>2004-10-23 16:29:31 +0000
commitc6df88ddf0bc4a70ac0244311827443802906e9d (patch)
tree77a5b71afa25a50197bc7a211b61a3e5d1789cc9
parent89db09746fbcebeb3f5a886792d1287fb9d75818 (diff)
downloadbrdo-c6df88ddf0bc4a70ac0244311827443802906e9d.tar.gz
brdo-c6df88ddf0bc4a70ac0244311827443802906e9d.tar.bz2
- Patch #11868 by Neil Drumm: fixed broken link in the help text and made the help text more accurate.
-rw-r--r--modules/statistics.module5
-rw-r--r--modules/statistics/statistics.module5
2 files changed, 4 insertions, 6 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index c7891ecfe..1189610d9 100644
--- a/modules/statistics.module
+++ b/modules/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':
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':