修改文案

This commit is contained in:
2022-12-12 15:23:35 +08:00
parent 79d12f2409
commit c825e4b39c
4 changed files with 9 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ void DownloadItem::setValue(qint64 value)
ui->label_2->setText(QString::number(double(value) / 100) + "% (" + speed + ")");
if(ui->label_2->text().left(4) == "100%")
{
ui->label_2->setText(tr("Downloaded. Open APP Upgrade and Install Settings to enable password-free installation"));
ui->label_2->setText(tr("Download Complete."));
}
}