summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r--modules/statistics/statistics.module11
1 files changed, 4 insertions, 7 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index 050456cd8..44c332c45 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -91,17 +91,14 @@ function statistics_exit() {
*/
function statistics_permission() {
return array(
- 'access statistics' => array(
- 'title' => t('Access statistics'),
- 'description' => t('View content access statistics.'),
- ),
'administer statistics' => array(
'title' => t('Administer statistics'),
- 'description' => t('Configure statistics settings.'),
+ ),
+ 'access statistics' => array(
+ 'title' => t('View content access statistics'),
),
'view post access counter' => array(
- 'title' => t('View post access counter'),
- 'description' => t('View the total number of times a piece of content has been accessed.'),
+ 'title' => t('View content hits'),
),
);
}