summaryrefslogtreecommitdiff
path: root/modules/upload/upload.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/upload/upload.module')
-rw-r--r--modules/upload/upload.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module
index aff48c849..85277fdd1 100644
--- a/modules/upload/upload.module
+++ b/modules/upload/upload.module
@@ -83,8 +83,8 @@ function upload_menu() {
'type' => MENU_CALLBACK,
);
$items['admin/settings/uploads'] = array(
- 'title' => t('File uploads'),
- 'description' => t('Control how files may be attached to content.'),
+ 'title' => 'File uploads',
+ 'description' => 'Control how files may be attached to content.',
'page callback' => 'drupal_get_form',
'page arguments' => array('upload_admin_settings'),
'access arguments' => array('administer site configuration'),