summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2014-11-04 13:50:06 (GMT)
committerSwift Review <review@swift.im>2014-11-06 13:32:13 (GMT)
commite204d6225821b2f6a4f8954ba62d91b7aad88ad8 (patch)
treec7b341a524c49ad6e65711647e12a6aa6844aba2 /Swift/QtUI/UserSearch/QtUserSearchWindow.cpp
parentc25d5ae09c2ec4cc6f18316f9aabe617404170a9 (diff)
downloadswift-e204d6225821b2f6a4f8954ba62d91b7aad88ad8.zip
swift-e204d6225821b2f6a4f8954ba62d91b7aad88ad8.tar.bz2
Wording improvements in 'Start chat'/'Invite'-dialogs.
Test-Information: Builds on OS X and the text changes fit in both usage scenarios from the UX perspecitve. Change-Id: I8c9fe4e5dc3cde9db1c8f852b0b40853a6a861b8
Diffstat (limited to 'Swift/QtUI/UserSearch/QtUserSearchWindow.cpp')
-rw-r--r--Swift/QtUI/UserSearch/QtUserSearchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp
index b197483..a58dd38 100644
--- a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp
+++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp
@@ -569,7 +569,7 @@ void QtUserSearchWindow::clear() {
firstMultiJIDPage_->contactList_->setList(contactVector_);
firstMultiJIDPage_->errorLabel_->setVisible(false);
if (type_ == ChatToContact) {
- howText = QString(tr("Who would you like to chat to?"));
+ howText = QString(tr("List of participants:"));
} else if (type_ == InviteToChat) {
howText = QString(tr("Who do you want to invite to the chat?"));
}