aboutsummaryrefslogtreecommitdiff
path: root/video.module
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2009-07-11 08:30:04 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2009-07-11 08:30:04 +0000
commit2b83dc71b2fdd6a331d2cf418a9a6cca765275ae (patch)
treee6a77b14d633bbb2450d76eebbdd630c268c3bb1 /video.module
parentb7ed9078da3bdb6d5f20c0e0f34ed400f8a07960 (diff)
downloadvideo-2b83dc71b2fdd6a331d2cf418a9a6cca765275ae.tar.gz
video-2b83dc71b2fdd6a331d2cf418a9a6cca765275ae.tar.bz2
#507124 by andyceo: Wrong link in the Video module administrative interface, fixed
Diffstat (limited to 'video.module')
-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
);