From 4d92653874875cba57fe41070cd0459e6155ef6a Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Sun, 15 Apr 2012 19:07:59 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20key=20name:=20seperated=20?= =?UTF-8?q?=E2=86=92=20separated.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/invitations/new.html.haml | 4 ++-- config/locales/diaspora/en.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/invitations/new.html.haml b/app/views/invitations/new.html.haml index 926208239..1df37031e 100644 --- a/app/views/invitations/new.html.haml +++ b/app/views/invitations/new.html.haml @@ -19,7 +19,7 @@ = form_tag new_user_invitation_path do %h4 = t('email') - = text_field_tag 'email_inviter[emails]' ,nil, :title => t('.comma_seperated_plz'), :placeholder => 'foo@bar.com, max@foo.com...' + = text_field_tag 'email_inviter[emails]' ,nil, :title => t('.comma_separated_plz'), :placeholder => 'foo@bar.com, max@foo.com...' %br %h4 @@ -33,4 +33,4 @@ = text_area_tag 'email_inviter[message]',nil, :rows => 3, :value => t('.check_out_diaspora') %p - = submit_tag t('.send_an_invitation') \ No newline at end of file + = submit_tag t('.send_an_invitation') diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index b8dfd4bc2..cbae54440 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -343,7 +343,7 @@ en: language: "Language" invite_someone_to_join: "Invite someone to join Diaspora!" if_they_accept_info: "if they accept, they will be added to the aspect you invited them." - comma_seperated_plz: "You can enter multiple email addresses separated by commas." + comma_separated_plz: "You can enter multiple email addresses separated by commas." check_out_diaspora: "Hey! You should check out Diaspora*" to: "To" personal_message: "Personal message"