Merge pull request #1677 from ticho/conversations-send-button-action-string-fix

Use "Sending..." instead of "Posting..." for new conversation.
This commit is contained in:
Raphael Sofaer 2011-07-27 17:54:35 -07:00
commit 4a1bd27728
2 changed files with 2 additions and 1 deletions

View file

@ -51,4 +51,4 @@
.bottom_submit_section
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close", :confirm => t('.abandon_changes')
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button creation'
= conversation.submit t('.send'), :disable_with => t('.sending'), :class => 'button creation'

View file

@ -234,6 +234,7 @@ en:
to: "to"
subject: "subject"
send: "Send"
sending: "Sending..."
abandon_changes: "Abandon changes?"
helper:
new_messages: