aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.module b/video.module
index 1a374fa..6f079fd 100644
--- a/video.module
+++ b/video.module
@@ -317,7 +317,7 @@ function video_settings_form() {
$form['counters'] = array(
'#type' => 'fieldset',
'#title' => t('Statistics counters'),
- '#description' => t('To allow users to view counters visit: ') . l(t('access control'), 'admin/access'),
+ '#description' => t('To allow users to view counters visit: ') . l(t('access control'), 'admin/user/permissions'),
'#collapsible' => TRUE,
'#collapsed' => TRUE
);