Index: modules/node/node.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.pages.inc,v
retrieving revision 1.71
diff -u -p -r1.71 node.pages.inc
--- modules/node/node.pages.inc	20 Jul 2009 22:18:53 -0000	1.71
+++ modules/node/node.pages.inc	27 Jul 2009 21:11:59 -0000
@@ -378,8 +378,8 @@ function theme_node_preview($node) {
 
   // Do we need to preview trimmed version of post as well as full version?
   if ($trimmed != $full) {
-    drupal_set_message(t('The trimmed version of your post shows what your post looks like when promoted to the main page or when exported for syndication.<span class="no-js"> You can insert the delimiter "&lt;!--break--&gt;" (without the quotes) to fine-tune where your post gets split.</span>'));
-    $output .= '<h3>' . t('Preview trimmed version') . '</h3>';
+    drupal_set_message(t('The teaser version of your post shows what your post looks like when promoted to the main page or when exported for syndication.'));
+    $output .= '<h3>' . t('Preview teaser version') . '</h3>';
     $output .= $trimmed;
     $output .= '<h3>' . t('Preview full version') . '</h3>';
     $output .= $full;
Index: modules/node/node.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.tpl.php,v
retrieving revision 1.18
diff -u -p -r1.18 node.tpl.php
--- modules/node/node.tpl.php	23 Jul 2009 22:12:53 -0000	1.18
+++ modules/node/node.tpl.php	27 Jul 2009 21:11:59 -0000
@@ -54,8 +54,6 @@
  * - $sticky: Flags for sticky post setting.
  * - $status: Flag for published status.
  * - $comment: State of comment settings for the node.
- * - $readmore: Flags true if the teaser content of the node cannot hold the
- *   main body content.
  * - $is_front: Flags true when presented in the front page.
  * - $logged_in: Flags true when the current user is a logged-in member.
  * - $is_admin: Flags true when the current user is an administrator.
