From 3a457c36144afe295f4a2f8540b20d30c0d1055c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 3 Jul 2005 15:47:11 +0000 Subject: - 'File Attachments' -> 'File attachments'. --- modules/upload/upload.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 786ddb89c..66d2844d7 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -383,7 +383,7 @@ function upload_form($node) { $output .= form_button(t('Attach'), 'fileop'); } - return '
'. form_group_collapsible(t('File Attachments'), $output, TRUE, t('Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.')) .'
'; + return '
'. form_group_collapsible(t('File attachments'), $output, TRUE, t('Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.')) .'
'; } function upload_load($node) { -- cgit v1.2.3