small translation fix

This commit is contained in:
MrZYX 2010-12-19 14:41:47 +01:00
parent 1b6f341348
commit b52718e913
2 changed files with 6 additions and 3 deletions

View file

@ -10,7 +10,7 @@
= submit_tag t('.comment'), :id => "comment_submit_#{post_id}", :class => "comment_submit button", :disable_with => t('.commenting')
.submit_instructions.hidden
press
%b enter
to comment
= t('.press')
%b= t('.enter')
= t('.to_comment')

View file

@ -240,6 +240,9 @@ en:
new_comment:
comment: "Comment"
commenting: "Commenting..."
press: "press"
enter: "enter"
to_comment: "to comment"
photos:
show:
delete_photo: "Delete Photo"