summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/upload.module2
-rw-r--r--modules/upload/upload.module2
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');