fix_2449 (#2459)
This commit is contained in:
parent
0d34fc5df2
commit
877a5ca3b1
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue