Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-28 04:54:35 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-28 04:54:35 +0400
commit4a1bd27728ca2bce3da08c3e9791d01c0bab3051 (patch)
tree7cdc44a077ee56d24d0371e0a7df0371ba523e36 /app
parent6406de89eebf53384d65230c75fe62e06dbd2b3b (diff)
parente4a81fbc8aa950dbd17b291cdeab082ddfaddaf4 (diff)
Merge pull request #1677 from ticho/conversations-send-button-action-string-fix
Use "Sending..." instead of "Posting..." for new conversation.
Diffstat (limited to 'app')
-rw-r--r--app/views/conversations/new.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/conversations/new.haml b/app/views/conversations/new.haml
index 4589d3e7d..aeaa9b79b 100644
--- a/app/views/conversations/new.haml
+++ b/app/views/conversations/new.haml
@@ -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'