Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
maxwell 2010-11-26 09:57:18 -08:00
commit e83271ef22

View file

@ -6,9 +6,9 @@ module StreamHelper
def comment_toggle(count)
if count > 0
link_to "#{t('.hide_comments')} (#{count})", '#', :class => "show_post_comments"
link_to "#{t('stream_helper.hide_comments')} (#{count})", '#', :class => "show_post_comments"
else
link_to "#{t('.show_comments')} (#{count})", '#', :class => "show_post_comments"
link_to "#{t('stream_helper.show_comments')} (#{count})", '#', :class => "show_post_comments"
end
end