diff options
Diffstat (limited to 'modules/statistics.module')
-rw-r--r-- | modules/statistics.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/statistics.module b/modules/statistics.module index 6d75e7bbf..724deccfc 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -160,9 +160,9 @@ function statistics_menu() { $items[] = array('path' => 'admin/logs/referrer', 'title' => t('referrer'), 'callback' => 'statistics_top_refer', 'access' => $access, 'weight' => 2); - $items[] = array('path' => 'admin/logs/referrer/internal', 'title' => t('internal referrers only'), + $items[] = array('path' => 'admin/logs/referrer/internal', 'title' => t('internal'), 'access' => $access); - $items[] = array('path' => 'admin/logs/referrer/external', 'title' => t('external referrers only'), + $items[] = array('path' => 'admin/logs/referrer/external', 'title' => t('external'), 'access' => $access); $items[] = array('path' => 'admin/logs/access', 'title' => t('access'), 'callback' => 'statistics_admin_displaylog', 'access' => $access, |