diff options
author | Faton Selishta <fatonselishta@gmail.com> | 2011-04-26 13:36:08 +0000 |
---|---|---|
committer | Faton Selishta <fatonselishta@gmail.com> | 2011-04-26 13:50:32 +0000 |
commit | c91b6efa75f16a5afb98af13b7cdc071e47c089f (patch) | |
tree | c3680c1a10cddc17f8b8c730db9eccc4d7d0bd94 /app/views/comment/_single_comment.rhtml | |
parent | 17a2daab9d11c01f5da7208a310f5afe4e8e72cf (diff) |
added i18n strings in view templates
Diffstat (limited to 'app/views/comment/_single_comment.rhtml')
-rw-r--r-- | app/views/comment/_single_comment.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/_single_comment.rhtml b/app/views/comment/_single_comment.rhtml index d4282ced8..71ddd04cb 100644 --- a/app/views/comment/_single_comment.rhtml +++ b/app/views/comment/_single_comment.rhtml @@ -22,7 +22,7 @@ <% if !@user.nil? && @user.admin_page_links? %> | <%= link_to "Admin", admin_url("request/edit_comment/" + comment.id.to_s) %> <% end %> - <!-- | <%= link_to "Report abuse", comment_url(comment) %> --> + <!-- | <%= link_to _('Report abuse'), comment_url(comment) %> --> <% end %> </p> </div> |