Update label

This commit is contained in:
Lily 2025-02-26 20:23:10 -05:00
parent 4cc37d84d9
commit 0bb43a78a4
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7

View file

@ -88,7 +88,7 @@ void DlgUpdate::gotoDownloadPage()
void DlgUpdate::downloadUpdate(const QString &releaseName)
{
setLabel(tr("Downloading update") + QString(": %1").arg(releaseName));
setLabel(tr("Downloading update: %1").arg(releaseName));
addStopDownloadAndRemoveOthers(true); // Will remove all other buttons
uDownloader->beginDownload(updateUrl);
}