=== modified file 'sites/all/modules/drupalorg/drupalorg/drupalorg.module'
--- sites/all/modules/drupalorg/drupalorg/drupalorg.module	2013-12-17 19:52:09 +0000
+++ sites/all/modules/drupalorg/drupalorg/drupalorg.module	2014-01-22 16:27:38 +0000
@@ -2465,7 +2465,7 @@
     if ($build['#comment']->uid != $user->uid) {
       $comment = $build['#comment'];
       $build['links']['comment']['#links']['comment-report'] = array(
-        'title' => t('report spam'),
+        'title' => t('report spam<span class="element-invisible"> on user @name</span>', array('@name' => $build['#comment']->name)),
         'href' => 'node/add/project-issue/webmasters',
         'query' => array(
           'component' => 'Spam',
@@ -2473,6 +2473,7 @@
           'title' => 'Spam Report',
           'body' => 'Reporting the following comment as spam: ' . url('node/' . $comment->nid, array('absolute' => TRUE, 'fragment' => 'comment-' . $comment->cid)),
         ),
+        'html' => TRUE,
       );
     }
   }

