From 36d44fbfb07e4682f219368e1424c58fc61315a1 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 22 Oct 2006 08:28:47 +0000 Subject: #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc --- modules/upload/upload.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/upload/upload.module') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 07aed8d65..9772598d4 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -77,7 +77,7 @@ function upload_menu($may_cache) { 'type' => MENU_CALLBACK ); $items[] = array('path' => 'admin/settings/uploads', - 'title' => t('file uploads'), + 'title' => t('File uploads'), 'description' => t('Control how files may be attached to content.'), 'callback' => 'drupal_get_form', 'callback arguments' => array('upload_admin_settings'), @@ -98,7 +98,7 @@ function upload_menu($may_cache) { } $items[] = array( - 'path' => $filename, 'title' => t('file download'), + 'path' => $filename, 'title' => t('File download'), 'callback' => 'upload_download', 'access' => user_access('view uploaded files'), 'type' => MENU_CALLBACK -- cgit v1.2.3