- 'File Attachments' -> 'File attachments'.

4.7.x
Dries Buytaert 2005-07-03 15:47:11 +00:00
parent 8e0b516022
commit 3a457c3614
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {