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_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')
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue