From 2b83dc71b2fdd6a331d2cf418a9a6cca765275ae Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sat, 11 Jul 2009 08:30:04 +0000 Subject: #507124 by andyceo: Wrong link in the Video module administrative interface, fixed --- video.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video.module') 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 ); -- cgit v1.2.3