Added period

This commit is contained in:
mestaritonttu 2017-03-07 13:34:53 +02:00 committed by GitHub
parent a5182252af
commit b4445675ec

View File

@ -1620,7 +1620,7 @@ void ChatWidget::updateStatus(const QString &peer_id, int status)
switch (status) { switch (status) {
case RS_STATUS_OFFLINE: case RS_STATUS_OFFLINE:
ui->infoFrame->setVisible(true); ui->infoFrame->setVisible(true);
ui->infoLabel->setText(peerName + " " + tr("appears to be Offline.") +"\n" + tr("Messages you send will be delivered after Friend is again Online")); ui->infoLabel->setText(peerName + " " + tr("appears to be Offline.") +"\n" + tr("Messages you send will be delivered after Friend is again Online."));
break; break;
case RS_STATUS_INACTIVE: case RS_STATUS_INACTIVE: