stackoverflow.com
How to change the comment link text "Login or register to post...
Jun 27, 2012 · Those text are defined in a hook_link () function. To be able to change them, you'll need to use the hook_link_alter () function If you're using Drupal 7, links can be modified in hook_node_view_alter ().