summaryrefslogtreecommitdiff
path: root/modules/upload
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-03 15:47:11 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-03 15:47:11 +0000
commit3a457c36144afe295f4a2f8540b20d30c0d1055c (patch)
treef2f4841ea9189a08d55065ca25c59b80566a852b /modules/upload
parent8e0b516022f1c95b310edd39fdb672aa18f3b772 (diff)
downloadbrdo-3a457c36144afe295f4a2f8540b20d30c0d1055c.tar.gz
brdo-3a457c36144afe295f4a2f8540b20d30c0d1055c.tar.bz2
- 'File Attachments' -> 'File attachments'.
Diffstat (limited to 'modules/upload')
-rw-r--r--modules/upload/upload.module2
1 files changed, 1 insertions, 1 deletions
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 '<div class="attachments">'. 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.')) .'</div>';
+ return '<div class="attachments">'. 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.')) .'</div>';
}
function upload_load($node) {