diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-08-18 06:08:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-08-18 06:08:04 +0000 |
commit | 775153089d918b0c85adaad2ed8e454aed2fb204 (patch) | |
tree | 95a9be6100bc920a33894424eda72a3695bf36da /modules | |
parent | 8050af67b3a7e279f8ecb8641861b004ad66f438 (diff) | |
download | brdo-775153089d918b0c85adaad2ed8e454aed2fb204.tar.gz brdo-775153089d918b0c85adaad2ed8e454aed2fb204.tar.bz2 |
- Small change to the wording of the 'note'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/upload.module | 2 | ||||
-rw-r--r-- | modules/upload/upload.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/upload.module b/modules/upload.module index a2d889855..4c862f84e 100644 --- a/modules/upload.module +++ b/modules/upload.module @@ -291,7 +291,7 @@ function upload_form($node) { } if (count($node->files)) { - $output = form_item('', theme('table', $header, $rows), t('Note: Changes made to the attachments list are not permanent until you save this node.')); + $output = form_item('', theme('table', $header, $rows), t('Note: changes made to the attachments are not permanent until you save this post.')); } $output .= form_file(t('Attach new file'), "upload", 40); $output .= form_button(t('Attach'), 'fileop'); diff --git a/modules/upload/upload.module b/modules/upload/upload.module index a2d889855..4c862f84e 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -291,7 +291,7 @@ function upload_form($node) { } if (count($node->files)) { - $output = form_item('', theme('table', $header, $rows), t('Note: Changes made to the attachments list are not permanent until you save this node.')); + $output = form_item('', theme('table', $header, $rows), t('Note: changes made to the attachments are not permanent until you save this post.')); } $output .= form_file(t('Attach new file'), "upload", 40); $output .= form_button(t('Attach'), 'fileop'); |