diff options
author | Heshan Wanigasooriya <heshanmw@gmail.com> | 2009-07-11 08:30:04 +0000 |
---|---|---|
committer | Heshan Wanigasooriya <heshanmw@gmail.com> | 2009-07-11 08:30:04 +0000 |
commit | 2b83dc71b2fdd6a331d2cf418a9a6cca765275ae (patch) | |
tree | e6a77b14d633bbb2450d76eebbdd630c268c3bb1 | |
parent | b7ed9078da3bdb6d5f20c0e0f34ed400f8a07960 (diff) | |
download | video-2b83dc71b2fdd6a331d2cf418a9a6cca765275ae.tar.gz video-2b83dc71b2fdd6a331d2cf418a9a6cca765275ae.tar.bz2 |
#507124 by andyceo: Wrong link in the Video module administrative interface, fixed
-rw-r--r-- | video.module | 2 |
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 ); |