In your qa-theme.php override the function post_meta_who($post, $class) and replace :
$this->output_split($post['who']['points'], $class.'-who-points');
with :
$this->output_split($post['who']['points'], $class.'-who-points', 'SPAN title="your title"');
And the result below :