From 877a5ca3b15008f4a73d06cdb45614646289f865 Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Sun, 12 Mar 2017 18:21:49 +0100 Subject: [PATCH] fix_2449 (#2459) --- cockatrice/src/tab_message.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/tab_message.cpp b/cockatrice/src/tab_message.cpp index 7d2411e5..0bc15f6a 100644 --- a/cockatrice/src/tab_message.cpp +++ b/cockatrice/src/tab_message.cpp @@ -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()