Merge pull request #727 from mestaritonttu/patch-9

Added period
This commit is contained in:
csoler 2017-03-07 21:48:30 +01:00 committed by GitHub
commit ec21698dcd

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: