From fae7896d4f7dff72a2c8dc387bde956f07390f53 Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Wed, 26 Apr 2006 17:41:09 +0000 Subject: #57949, fixed broken links in helptexts, patch by wulff --- modules/upload/upload.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/upload/upload.module') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 3625c1bd4..421e874de 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -17,11 +17,11 @@ function upload_help($section) { $output .= '

'. t('Users with the upload files permission can upload attachments. You can choose which post types can take attachments on the content types settings page. Each user role can be customized for the file size of uploads, and the dimension of image files.') .'

'; $output .= t('

You can

-', array('%admin-user-configure' => url('admin/user/configure'), '%admin-node-configure' => url('admin/node/configure'), '%admin-settings' => url('admin/settings'))); +', array('%admin-access' => url('admin/access'), '%admin-content-types' => url('admin/settings/content-types'), '%admin-upload' => url('admin/settings/upload'))); $output .= '

'. t('For more information please read the configuration and customization handbook Upload page.', array('%upload' => 'http://drupal.org/handbook/modules/upload/')) .'

'; return $output; case 'admin/modules#description': -- cgit v1.2.3