diff options
author | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-11 11:33:15 +0000 |
---|---|---|
committer | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-11 11:33:15 +0000 |
commit | 70aae83c8ee2a44b2eb880214af50f8052e12bf7 (patch) | |
tree | 7ed206ab5d302d9699cd11e28b6a3bbbd0ac5fdb /modules/statistics.module | |
parent | 4b87417062261795eb4a2ce5909c2dacc8ce4704 (diff) | |
download | brdo-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.module | 2 |
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 >> setttings >> statistics</a>.</li> +<li>administer statistics <a href="%admin-settings-statistics">administer >> settings >> statistics</a>.</li> <li>access statistics logs <a href="%admin-logs">administer >> logs</a>.</li> <li>view recent hits <a href="%admin-logs-hits">administer >> logs >> recent hits</a>.</li> <li>enable \'popular content\' block in block administration <a href="%admin-block">administer >> blocks </a> but only after you have enabled \'Count content views\' in settings.</li> |