Make conversation delete clearer

This commit is contained in:
Raphael Sofaer 2011-03-09 17:58:29 -08:00
parent e6836c46a7
commit 584684560e
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@
.conversation_controls
= link_to (image_tag('reply.png', :height => 14, :width => 14) + ' ' + t('.reply')), '#', :id => 'reply_to_conversation'
= link_to (image_tag('deletelabel.png') + ' ' + t('delete').downcase), conversation_conversation_visibility_path(conversation), :method => 'delete', :confirm => t('are_you_sure')
= link_to (image_tag('deletelabel.png') + ' ' + t('.delete').downcase), conversation_conversation_visibility_path(conversation), :method => 'delete', :confirm => t('are_you_sure')
.span-6.avatars.last
- for participant in conversation.participants

View file

@ -538,6 +538,7 @@ en:
no_messages: "no messages"
show:
reply: "reply"
delete:"delete and block conversation"
new:
to: "to"
subject: "subject"