fix translations key on comments

This commit is contained in:
djones 2010-09-14 14:43:16 +12:00
parent b289799e86
commit d94c4220dc

View file

@ -4,6 +4,6 @@
</p>
</div>
<p class='blog_comment_author'>
<%= t('.by', :who => comment.name) %>
<%= t('.time_ago', :time => time_ago_in_words(comment.created_at)) %>
<%= t('blog.posts.comments.by', :who => comment.name) %>,
<%= t('blog.posts.comments.time_ago', :time => time_ago_in_words(comment.created_at)) %>
</p>