mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
Update cockatrice/src/interface/widgets/tabs/tab_message.cpp
Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com>
This commit is contained in:
parent
e3c03c14f3
commit
6572412644
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ void TabMessage::closeEvent(QCloseEvent *event)
|
|||
void TabMessage::sendPrivateMessage(const QString &text)
|
||||
{
|
||||
if (tabSupervisor->getUserListManager()->isUserIgnored(getUserName())) {
|
||||
chatView->appendMessage(tr("You have ignored %1, your messages are not delivered.")
|
||||
chatView->appendMessage(tr("You have ignored %1; your messages are not delivered.")
|
||||
.arg(QString::fromStdString(otherUserInfo->name())));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue