diff --git a/modules/upload.module b/modules/upload.module index 786ddb89c6a..66d2844d789 100644 --- a/modules/upload.module +++ b/modules/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) { diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 786ddb89c6a..66d2844d789 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) {