summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics/statistics.admin.inc')
-rw-r--r--modules/statistics/statistics.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.admin.inc b/modules/statistics/statistics.admin.inc
index 28263d521..e2faf3a10 100644
--- a/modules/statistics/statistics.admin.inc
+++ b/modules/statistics/statistics.admin.inc
@@ -197,7 +197,7 @@ function statistics_access_logging_settings() {
'#title' => t('Discard access logs older than'),
'#default_value' => variable_get('statistics_flush_accesslog_timer', 259200),
'#options' => $period,
- '#description' => t('Older access log entries (including referrer statistics) will be automatically discarded. Requires crontab.'));
+ '#description' => t('Older access log entries (including referrer statistics) will be automatically discarded. (Requires a correctly configured <a href="@cron">cron maintenance task</a>.)', array('@cron' => url('admin/reports/status'))));
// count content views settings
$form['content'] = array(