From 92ad427474930a52a1997486678f4e65cef24a1b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 7 Feb 2010 17:29:09 +0000 Subject: #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people. --- modules/statistics/statistics.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/statistics/statistics.module') diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index d676ffa8c..d2d0a9738 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -28,7 +28,7 @@ function statistics_help($path, $arg) { $output .= '
' . t('Displaying popular content') . '
'; $output .= '
' . t('The module includes a Popular content block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable Count content views on the statistics settings page, and then you can enable and configure the block on the blocks administration page.', array('@statistics-settings' => url('admin/config/system/statistics'), '@blocks' => url('admin/structure/block'))) . '
'; $output .= '
' . t('Page view counter') . '
'; - $output .= '
' . t('The Statistics module includes a counter for each page that increases whenever the page is viewed. To use the counter, enable Count content views on the statistics settings page, and set the necessary permissions (View content hits) so that the counter is visible to the users.', array('@statistics-settings' => url('admin/config/system/statistics'), '@permissions' => url('admin/config/people/permissions', array('fragment' => 'module-statistics')))) . '
'; + $output .= '
' . t('The Statistics module includes a counter for each page that increases whenever the page is viewed. To use the counter, enable Count content views on the statistics settings page, and set the necessary permissions (View content hits) so that the counter is visible to the users.', array('@statistics-settings' => url('admin/config/system/statistics'), '@permissions' => url('admin/people/permissions', array('fragment' => 'module-statistics')))) . '
'; $output .= ''; return $output; case 'admin/config/system/statistics': -- cgit v1.2.3