summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-08-29 19:01:18 +0000
committerDries Buytaert <dries@buytaert.net>2005-08-29 19:01:18 +0000
commit307eefd1ce7216350df835bcd901a4a213b3b3b7 (patch)
treec93dbf4473ea61368a8c74f825ef2cc0a3bc900a /modules
parent5baf463678698271b14c0f1f49c7751eadc0fc37 (diff)
downloadbrdo-307eefd1ce7216350df835bcd901a4a213b3b3b7.tar.gz
brdo-307eefd1ce7216350df835bcd901a4a213b3b3b7.tar.bz2
- Patch #29737 by m3avrck: fixed broken link in upload.module.
Diffstat (limited to 'modules')
-rw-r--r--modules/upload.module2
-rw-r--r--modules/upload/upload.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/upload.module b/modules/upload.module
index 23f825d19..d521a0f80 100644
--- a/modules/upload.module
+++ b/modules/upload.module
@@ -14,7 +14,7 @@ function upload_help($section) {
case 'admin/modules#description':
return t('Allows users to upload and attach files to content.');
case 'admin/settings/upload':
- return t('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>', array('%permissions' => url('admin/access'), '%types' => url('admin/node/configure/types')));
+ return t('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>', array('%permissions' => url('admin/access'), '%types' => url('admin/settings/content-types')));
}
}
diff --git a/modules/upload/upload.module b/modules/upload/upload.module
index 23f825d19..d521a0f80 100644
--- a/modules/upload/upload.module
+++ b/modules/upload/upload.module
@@ -14,7 +14,7 @@ function upload_help($section) {
case 'admin/modules#description':
return t('Allows users to upload and attach files to content.');
case 'admin/settings/upload':
- return t('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>', array('%permissions' => url('admin/access'), '%types' => url('admin/node/configure/types')));
+ return t('<p>Users with the <a href="%permissions">upload files permission</a> can upload attachments. You can choose which post types can take attachments on the <a href="%types">content types settings</a> page.</p>', array('%permissions' => url('admin/access'), '%types' => url('admin/settings/content-types')));
}
}