NOISSUE remove some ugly html strings to make translating slightly nicer

This commit is contained in:
Petr Mrázek
2019-09-27 00:23:30 +02:00
parent 1210d3abf1
commit e6936212d6
3 changed files with 1 additions and 21 deletions

View File

@ -22,6 +22,7 @@ UpdateDialog::UpdateDialog(bool hasUpdate, QWidget *parent) : QDialog(parent), u
ui->btnUpdateNow->setHidden(true);
ui->btnUpdateLater->setText(tr("Close"));
}
ui->changelogBrowser->setHtml(tr("<center><h1>Loading changelog...</h1></center>"));
loadChangelog();
restoreGeometry(QByteArray::fromBase64(MMC->settings()->get("UpdateDialogGeometry").toByteArray()));
}