From d94c4220dca9d82b57152118dee668556f05917b Mon Sep 17 00:00:00 2001 From: djones Date: Tue, 14 Sep 2010 14:43:16 +1200 Subject: fix translations key on comments --- app/views/blog/posts/_comment.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/blog/posts/_comment.html.erb') diff --git a/app/views/blog/posts/_comment.html.erb b/app/views/blog/posts/_comment.html.erb index 559757b..7b22f3c 100644 --- a/app/views/blog/posts/_comment.html.erb +++ b/app/views/blog/posts/_comment.html.erb @@ -4,6 +4,6 @@

- <%= 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)) %>

\ No newline at end of file -- cgit v1.2.3