Index: modules/node/node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node/node.module,v retrieving revision 1.881 diff -u -p -r1.881 node.module --- modules/node/node.module 11 Sep 2007 14:50:04 -0000 1.881 +++ modules/node/node.module 12 Sep 2007 12:38:44 -0000 @@ -1246,7 +1246,7 @@ function node_link($type, $node = NULL, $links['node_read_more'] = array( 'title' => t('Read more'), 'href' => "node/$node->nid", - 'attributes' => array('title' => t('Read the rest of this posting.')) + 'attributes' => array('title' => t('Read the rest of !title.', array('!title' => $node->title))) ); } }