mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Update label
This commit is contained in:
parent
4cc37d84d9
commit
0bb43a78a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue