mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 08:51:00 +00:00
Added space to string " left from this chat."
This commit is contained in:
parent
14f478dfec
commit
b42a306c58
@ -61,7 +61,7 @@ void ChatWindow::peerReceiverLeftFromChat()
|
||||
msg += peerID;
|
||||
msg += tr(" left from this chat.");
|
||||
QMessageBox::warning(this, tr("Peer receiver left from chat!"), msg, QMessageBox::Ok);
|
||||
ui->chatEdit->append(peerID + tr("left from this chat."));
|
||||
ui->chatEdit->append(peerID + tr(" left from this chat."));
|
||||
ui->msgEdit->setEnabled(false);
|
||||
ui->sendMsgButton->setEnabled(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user