From 2a123f0ac94cad2771b19ca81b9637f83cb06869 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 21 Aug 2009 14:27:47 +0000 Subject: =?UTF-8?q?-=20Patch=20#549432=20by=20Bohjan,=20G=C3=A1bor=20Hojts?= =?UTF-8?q?y:=20create=20'people=20and=20permissions'=20section=20in=20'co?= =?UTF-8?q?nfiguration=20and=20modules'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/upload/upload.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index e9fd856d5..d202291dd 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/settings/upload': - 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/settings/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/settings/types'))) . '

'; } } -- cgit v1.2.3