This commit is contained in:
ctrlaltca 2017-03-12 18:21:49 +01:00 committed by GitHub
parent 0d34fc5df2
commit 877a5ca3b1

View file

@ -104,7 +104,7 @@ void TabMessage::sendMessage()
void TabMessage::messageSent(const Response &response)
{
if (response.response_code() == Response::RespInIgnoreList)
chatView->appendMessage(tr("This user is ignoring you."));
chatView->appendMessage(tr("This user is ignoring you, they cannot see your messages in main chat and you cannot join their games."));
}
void TabMessage::actLeave()