From 9bfe9b69b3f8a93bcd67d4566ecae258b1049d78 Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Wed, 26 Oct 2011 16:36:44 +0100
Subject: Update string to reflect being used for both no and wrong password


diff --git a/Swift/Controllers/Chat/MUCController.cpp b/Swift/Controllers/Chat/MUCController.cpp
index cf0d39d..b8aa35c 100644
--- a/Swift/Controllers/Chat/MUCController.cpp
+++ b/Swift/Controllers/Chat/MUCController.cpp
@@ -212,7 +212,7 @@ void MUCController::handleJoinFailed(boost::shared_ptr<ErrorPayload> error) {
 			break;
 		case ErrorPayload::NotAuthorized: 
 			errorMessage += ": ";
-			errorMessage += QT_TRANSLATE_NOOP("", "A password is needed");
+			errorMessage += QT_TRANSLATE_NOOP("", "The correct room password is needed");
 			break;
 		case ErrorPayload::RegistrationRequired: 
 			errorMessage += ": ";
-- 
cgit v0.10.2-6-g49f6