small translation fix
This commit is contained in:
parent
1b6f341348
commit
b52718e913
2 changed files with 6 additions and 3 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue