From 32390933e82bb5fabf65ea16c963258fdbdf3461 Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 23 Nov 2010 00:14:26 -0800 Subject: [PATCH] PALINDROME message for multiple emails --- app/views/invitations/_new.haml | 3 ++- config/locales/diaspora/en.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/invitations/_new.haml b/app/views/invitations/_new.haml index 783fbb56a..742512d32 100644 --- a/app/views/invitations/_new.haml +++ b/app/views/invitations/_new.haml @@ -2,9 +2,10 @@ .modal_title_bar %h4 = t('.invite_someone_to_join') - %i = t('.if_they_accept_info') + %br + = t('.comma_seperated_PLZ') = form_for User.new, :url => invitation_path(User) do |invite| %p = invite.label :email , t('email') diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index a6cbbe793..8ef59b734 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -267,7 +267,8 @@ en: already_contacts: "You are already connected with this person" new: 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" + 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." to: "To" message: "Message:" send_an_invitation: "Send an invitation"