aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments/_comment.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/comments/_comment.html.erb')
-rw-r--r--app/views/admin/blog/comments/_comment.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/comments/_comment.html.erb b/app/views/admin/blog/comments/_comment.html.erb
index d762067..547b9e4 100644
--- a/app/views/admin/blog/comments/_comment.html.erb
+++ b/app/views/admin/blog/comments/_comment.html.erb
@@ -6,7 +6,7 @@
<span class='actions'>
<%= link_to refinery_icon_tag("application_go.png"),
blog_post_url(comment.post, :anchor => "comment-#{comment.to_param}"),
- :title => t('.view_live'),
+ :title => t('.view_live_html'),
:target => "_blank" unless comment.unmoderated? %>
<%= link_to refinery_icon_tag('zoom.png'), admin_blog_comment_path(comment),
:title => t('.read') %>