Use "Sending..." instead of "Posting..." for new conversation.

This commit is contained in:
Andrej Kacian 2011-07-27 23:09:05 +02:00
parent 99751af5a8
commit e4a81fbc8a
2 changed files with 2 additions and 1 deletions

View file

@ -51,4 +51,4 @@
.bottom_submit_section .bottom_submit_section
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close", :confirm => t('.abandon_changes') = 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" to: "to"
subject: "subject" subject: "subject"
send: "Send" send: "Send"
sending: "Sending..."
abandon_changes: "Abandon changes?" abandon_changes: "Abandon changes?"
helper: helper:
new_messages: new_messages: