summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavol Babincak <scroolik@gmail.com>2012-04-23 19:48:01 (GMT)
committerRemko Tronçon <git@el-tramo.be>2012-04-23 20:04:00 (GMT)
commitd59e80ab3a9dffabef7fa7baf73405d7151bb896 (patch)
tree58c5abf982d2c0a1fb16d903ccd6b12984d1044a
parentcf7715deac49b54339b29d759c5c2ba899e28a90 (diff)
downloadswift-d59e80ab3a9dffabef7fa7baf73405d7151bb896.zip
swift-d59e80ab3a9dffabef7fa7baf73405d7151bb896.tar.bz2
Fixed typo in translation Send file
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
-rw-r--r--Swift/QtUI/QtChatWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.cpp b/Swift/QtUI/QtChatWindow.cpp
index 0d94ecd..29bf25a 100644
--- a/Swift/QtUI/QtChatWindow.cpp
+++ b/Swift/QtUI/QtChatWindow.cpp
@@ -538,7 +538,7 @@ std::string QtChatWindow::addFileTransfer(const std::string& senderName, bool se
QString formattedFileSize = P2QSTRING(formatSize(sizeInBytes));
if (senderIsSelf) {
// outgoing
- htmlString = tr("Send file)") + ": " + P2QSTRING(filename) + " ( " + formattedFileSize + ") </br>" +
+ htmlString = tr("Send file") + ": " + P2QSTRING(filename) + " ( " + formattedFileSize + ") </br>" +
"<div id='" + ft_id + "'>" +
buildChatWindowButton(tr("Cancel"), ButtonFileTransferCancel, ft_id) +
buildChatWindowButton(tr("Set Description"), ButtonFileTransferSetDescription, ft_id) +