* Automatically generate a teaser for a node body in a given format.
*/
...
...
@@ -2221,7 +2199,7 @@ function node_preview($node) {
functiontheme_node_preview($node){
$output='<div class="preview">';
if($node->teaser&&$node->teaser!=$node->body){
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 "<!--break-->" (without the quotes) to fine-tune where your post gets split.</span>'));
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. You can insert the delimiter "<!--break-->" (without the quotes) to fine-tune where your post gets split.'));