Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.1145
diff -u -p -r1.1145 node.module
--- modules/node/node.module	11 Oct 2009 03:07:18 -0000	1.1145
+++ modules/node/node.module	13 Oct 2009 16:30:45 -0000
@@ -1155,7 +1155,7 @@ function node_build_content($node, $buil
   $links = array();
   if ($build_mode == 'teaser') {
     $links['node_readmore'] = array(
-      'title' => t('Read more'),
+      'title' => t('Read more')  . '<span class="element-invisible">' . t(' about ') . strip_tags($node->title[FIELD_LANGUAGE_NONE][0]['value']) . '</span>',
       'href' => 'node/' . $node->nid,
       'attributes' => array('rel' => 'tag', 'title' => strip_tags($node->title[FIELD_LANGUAGE_NONE][0]['value']))
     );
