summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2015-02-12 13:31:49 (GMT)
committerKevin Smith <kevin.smith@isode.com>2015-02-17 11:30:50 (GMT)
commit619c4611e7c495c4545d65df5c86aa051ab6d354 (patch)
tree5cf4018f2cc9b563dbc78f395c1b1706fff9aa35 /Swift
parent645a7a47c8105e7cad3fecd7bb66c8c16757eafe (diff)
downloadswift-619c4611e7c495c4545d65df5c86aa051ab6d354.zip
swift-619c4611e7c495c4545d65df5c86aa051ab6d354.tar.bz2
Fix terminology: 'join room' -> 'enter room'
Test-Information: None. Change-Id: I022a65c64e73e1ae70ee21673fa5cce7afbe51a6
Diffstat (limited to 'Swift')
-rw-r--r--Swift/Controllers/Chat/MUCController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/MUCController.cpp b/Swift/Controllers/Chat/MUCController.cpp
index b5a8d2c..2706981 100644
--- a/Swift/Controllers/Chat/MUCController.cpp
+++ b/Swift/Controllers/Chat/MUCController.cpp
@@ -327,7 +327,7 @@ void MUCController::handleJoinFailed(boost::shared_ptr<ErrorPayload> error) {
default: break;
}
}
- errorMessage = str(format(QT_TRANSLATE_NOOP("", "Couldn't join room: %1%.")) % errorMessage);
+ errorMessage = str(format(QT_TRANSLATE_NOOP("", "Couldn't enter room: %1%.")) % errorMessage);
chatWindow_->addErrorMessage(chatMessageParser_->parseMessageBody(errorMessage));
parting_ = true;
if (!rejoinNick.empty() && renameCounter_ < 10) {