[issue #195] Added missed translation.

This commit is contained in:
George Vinogradov 2012-03-01 03:34:36 +04:00
parent dedd64f976
commit bc96fcdcc3
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
%a{ :name => "comments" }
.hr
%h3= t("layout.issues.comments_header")
%h3= t("layout.comments.comments_header")
- list.each do |comment|
- CommentPresenter.present(comment, :project => project, :commentable => commentable) do |presenter|
= render :partial => 'shared/feed_message', :locals => {:presenter => presenter}

View File

@ -3,3 +3,4 @@ en:
comments:
has_commented: "adds a note"
notifications_are: "Notifications for new comments are"
comments_header: "Comments"

View File

@ -3,3 +3,4 @@ ru:
comments:
has_commented: "оставил комментарий"
notifications_are: "Уведомления о последующих комментариях"
comments_header: "Комментарии"