- <%= t(".hidden_commented_by_html",
- :when => friendly_date_ago(comment.created_at),
- :exact_time => l(comment.created_at),
+ <%= t(".hidden_comment_by_html",
+ :time_ago => tag.abbr(friendly_date_ago(comment.created_at),
+ :title => l(comment.created_at)),