From 184564e53977ed6a847d0856ac1776eaf04d8b47 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 29 Apr 2014 15:32:45 -0300 Subject: [PATCH] community_hub: fix translation --- plugins/community_hub/views/community_hub_plugin_public/_mediation.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community_hub/views/community_hub_plugin_public/_mediation.rhtml b/plugins/community_hub/views/community_hub_plugin_public/_mediation.rhtml index 3c016f8..aaa8502 100644 --- a/plugins/community_hub/views/community_hub_plugin_public/_mediation.rhtml +++ b/plugins/community_hub/views/community_hub_plugin_public/_mediation.rhtml @@ -38,7 +38,7 @@ <% total_mediation_comments = mediation.comments.count %> - <%= link_to(_( "#{total_mediation_comments} Comments" ) , '#', + <%= link_to( "#{total_mediation_comments}" + _("Comments") , '#', :class => 'display-comment-form', :id => 'top-post-comment-button', :onclick => "toogle_mediation_comments(#{mediation.id}); return false;") %> -- libgit2 0.21.2