diff options
| -rw-r--r-- | Swift/QtUI/QtWebKitChatView.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | |||
| @@ -439,11 +439,11 @@ void QtWebKitChatView::setFileTransferStatus(QString id, const ChatWindow::FileT | |||
| 439 | return; | 439 | return; | 
| 440 | } | 440 | } | 
| 441 | 441 | ||
| 442 | QString newInnerHTML = ""; | 442 | QString newInnerHTML = ""; | 
| 443 | if (state == ChatWindow::Initialisation) { | 443 | if (state == ChatWindow::Initialisation) { | 
| 444 | newInnerHTML = tr("Preparing to send.") + "<br/>" + | 444 | newInnerHTML = tr("Preparing to transfer.") + "<br/>" + | 
| 445 | buildChatWindowButton(tr("Cancel"), ButtonFileTransferCancel, id); | 445 | buildChatWindowButton(tr("Cancel"), ButtonFileTransferCancel, id); | 
| 446 | } | 446 | } | 
| 447 | else if (state == ChatWindow::WaitingForAccept) { | 447 | else if (state == ChatWindow::WaitingForAccept) { | 
| 448 | newInnerHTML = tr("Waiting for other side to accept the transfer.") + "<br/>" + | 448 | newInnerHTML = tr("Waiting for other side to accept the transfer.") + "<br/>" + | 
| 449 | buildChatWindowButton(tr("Cancel"), ButtonFileTransferCancel, id); | 449 | buildChatWindowButton(tr("Cancel"), ButtonFileTransferCancel, id); | 
 Swift
 Swift