summaryrefslogtreecommitdiff
path: root/modules/statistics.module
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-11 11:33:15 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-11 11:33:15 +0000
commit70aae83c8ee2a44b2eb880214af50f8052e12bf7 (patch)
tree7ed206ab5d302d9699cd11e28b6a3bbbd0ac5fdb /modules/statistics.module
parent4b87417062261795eb4a2ce5909c2dacc8ce4704 (diff)
downloadbrdo-70aae83c8ee2a44b2eb880214af50f8052e12bf7.tar.gz
brdo-70aae83c8ee2a44b2eb880214af50f8052e12bf7.tar.bz2
#58166, fixes for typos, patch by Uwe Herrmann
Diffstat (limited to 'modules/statistics.module')
-rw-r--r--modules/statistics.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index 47b42be8b..a4d8bc628 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -33,7 +33,7 @@ function statistics_help($section) {
');
$output .= t('<p>You can</p>
<ul>
-<li>administer statistics <a href="%admin-settings-statistics">administer &gt;&gt; setttings &gt;&gt; statistics</a>.</li>
+<li>administer statistics <a href="%admin-settings-statistics">administer &gt;&gt; settings &gt;&gt; statistics</a>.</li>
<li>access statistics logs <a href="%admin-logs">administer &gt;&gt; logs</a>.</li>
<li>view recent hits <a href="%admin-logs-hits">administer &gt;&gt; logs &gt;&gt; recent hits</a>.</li>
<li>enable \'popular content\' block in block administration <a href="%admin-block">administer &gt;&gt; blocks </a> but only after you have enabled \'Count content views\' in settings.</li>