From 820b35353d1fb171c83a185c00a161fb8d72f898 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 12 Oct 2009 15:27:16 +0000 Subject: - Patch #602122 by sivaji: fixed broken link. --- modules/upload/upload.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload/upload.module') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 3edcdbed0..21f239e24 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -18,7 +18,7 @@ function upload_help($path, $arg) { $output .= '

' . t('For more information, see the online handbook entry for Upload module.', array('@upload' => 'http://drupal.org/handbook/modules/upload/')) . '

'; return $output; case 'admin/config/media/uploads': - return '

' . t('Users with the upload files permission can upload attachments. Users with the view uploaded files permission can view uploaded attachments. You can choose which post types can take attachments on the content types settings page.', array('@permissions' => url('admin/config/people/permissions'), '@types' => url('admin/settings/types'))) . '

'; + return '

' . t('Users with the upload files permission can upload attachments. Users with the view uploaded files permission can view uploaded attachments. You can choose which post types can take attachments on the content types settings page.', array('@permissions' => url('admin/config/people/permissions'), '@types' => url('admin/structure/types'))) . '

'; } } -- cgit v1.2.3