From 307eefd1ce7216350df835bcd901a4a213b3b3b7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Aug 2005 19:01:18 +0000 Subject: - Patch #29737 by m3avrck: fixed broken link in upload.module. --- modules/upload.module | 2 +- modules/upload/upload.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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('

Users with the upload files permission can upload attachments. You can choose which post types can take attachments on the content types settings page.

', array('%permissions' => url('admin/access'), '%types' => url('admin/node/configure/types'))); + return 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.

', 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('

Users with the upload files permission can upload attachments. You can choose which post types can take attachments on the content types settings page.

', array('%permissions' => url('admin/access'), '%types' => url('admin/node/configure/types'))); + return 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.

', array('%permissions' => url('admin/access'), '%types' => url('admin/settings/content-types'))); } } -- cgit v1.2.3