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_tag t('.comment'), :id => "comment_submit_#{post_id}", :class => "comment_submit button", :disable_with => t('.commenting')
.submit_instructions.hidden .submit_instructions.hidden
press = t('.press')
%b enter %b= t('.enter')
to comment = t('.to_comment')

View file

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