Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.1277
diff -u -p -r1.1277 node.module
--- modules/node/node.module	31 May 2010 08:02:33 -0000	1.1277
+++ modules/node/node.module	19 Jun 2010 03:55:52 -0000
@@ -1276,9 +1276,10 @@ function node_build_content($node, $view
   $links = array();
   if ($view_mode == 'teaser') {
     $links['node-readmore'] = array(
-      'title' => t('Read more'),
+      'title' => t('Read more <span class="element-invisible"> about @node-title</span>', array('@node-title' => strip_tags($node->title))),
       'href' => 'node/' . $node->nid,
-      'attributes' => array('rel' => 'tag', 'title' => strip_tags($node->title))
+      'html' => TRUE,
+      'attributes' => array('rel' => 'tag', 'title' => strip_tags($node->title)),
     );
   }
   $node->content['links']['node'] = array(
