From b52718e91340df908f9775872d32f78f5c7b090e Mon Sep 17 00:00:00 2001 From: MrZYX Date: Sun, 19 Dec 2010 14:41:47 +0100 Subject: [PATCH] small translation fix --- app/views/comments/_new_comment.html.haml | 6 +++--- config/locales/diaspora/en.yml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/comments/_new_comment.html.haml b/app/views/comments/_new_comment.html.haml index 43f25f3d3..68483aa92 100644 --- a/app/views/comments/_new_comment.html.haml +++ b/app/views/comments/_new_comment.html.haml @@ -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') diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index f8c60f5c5..348e9d66e 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -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"