diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ac11323d01c7cb7f9852f30639881638e268dbc5..d75bc2bccbcf2fb85b157a97792fd61688988d82 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -36,8 +36,7 @@ Drupal x.x.x, xxxx-xx-xx
 - accessibility:
     * improved the accessibility of the archive module's calendar.
     * improved form handling and error reporting.
-    * added HTTP redirects to prevent submitting twice when refreshing right
-      after a form submission
+    * added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
 - refactored 403 (forbidden) handling and added support for custom 403 pages.
 - documentation:
     * added PHPDoc/Doxygen comments.
@@ -46,8 +45,7 @@ Drupal x.x.x, xxxx-xx-xx
     * expanded the embedded PHP-code feature so it can be used everywhere
     * added support for role-dependant filtering, through input formats
 - UI translation:
-    * managing translations is now completely done through the administration
-      interface
+    * managing translations is now completely done through the administration interface
     * added support for importing/exporting gettext .po files
 
 Drupal 4.4.2, 2004-07-04
diff --git a/modules/upload.module b/modules/upload.module
index a2d889855713b12dcecd915956d93880aa628bf6..4c862f84e345412615f760cfe52d0a4f7cbcbfbe 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 a2d889855713b12dcecd915956d93880aa628bf6..4c862f84e345412615f760cfe52d0a4f7cbcbfbe 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');