summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-12 15:27:16 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-12 15:27:16 +0000
commit820b35353d1fb171c83a185c00a161fb8d72f898 (patch)
treed648fae9a400234e548f7e5663b15e1be6d330fe /modules
parent5f38548b8632060ba12aad8f818485f1086729ea (diff)
downloadbrdo-820b35353d1fb171c83a185c00a161fb8d72f898.tar.gz
brdo-820b35353d1fb171c83a185c00a161fb8d72f898.tar.bz2
- Patch #602122 by sivaji: fixed broken link.
Diffstat (limited to 'modules')
-rw-r--r--modules/upload/upload.module2
1 files changed, 1 insertions, 1 deletions
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 .= '<p>' . t('For more information, see the online handbook entry for <a href="@upload">Upload module</a>.', array('@upload' => 'http://drupal.org/handbook/modules/upload/')) . '</p>';
return $output;
case 'admin/config/media/uploads':
- return '<p>' . t('Users with the <a href="@permissions">upload files permission</a> can upload attachments. Users with the <a href="@permissions">view uploaded files permission</a> can view uploaded attachments. You can choose which post types can take attachments on the <a href="@types">content types settings</a> page.', array('@permissions' => url('admin/config/people/permissions'), '@types' => url('admin/settings/types'))) . '</p>';
+ return '<p>' . t('Users with the <a href="@permissions">upload files permission</a> can upload attachments. Users with the <a href="@permissions">view uploaded files permission</a> can view uploaded attachments. You can choose which post types can take attachments on the <a href="@types">content types settings</a> page.', array('@permissions' => url('admin/config/people/permissions'), '@types' => url('admin/structure/types'))) . '</p>';
}
}