From d8946ea19cfc37df6660cebc516e86a93204def0 Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Thu, 8 Oct 2015 00:00:14 +0200
Subject: Fix wording so text is independent of sender/receiver case

Test-Information:

None.

Change-Id: I4e0cd54c9009bc19fdc10cd1ec2697252bd6f7f7

diff --git a/Swift/QtUI/QtWebKitChatView.cpp b/Swift/QtUI/QtWebKitChatView.cpp
index 8327473..f1278b8 100644
--- a/Swift/QtUI/QtWebKitChatView.cpp
+++ b/Swift/QtUI/QtWebKitChatView.cpp
@@ -441,7 +441,7 @@ void QtWebKitChatView::setFileTransferStatus(QString id, const ChatWindow::FileT
 
 	QString newInnerHTML = "";
 	if (state == ChatWindow::Initialisation) {
-		newInnerHTML = tr("Preparing to send.") + "<br/>" +
+		newInnerHTML = tr("Preparing to transfer.") + "<br/>" +
 			buildChatWindowButton(tr("Cancel"), ButtonFileTransferCancel, id);
 	}
 	else if (state == ChatWindow::WaitingForAccept) {
-- 
cgit v0.10.2-6-g49f6