// The 'view' hook can be implemented to overwrite the default function
// to display nodes.
...
...
@@ -2173,7 +2172,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. You can insert the delimiter "<!--break-->" (without the quotes) to fine-tune where your post gets split.'));
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.'));