next round
This commit is contained in:
parent
ca2e3e5eab
commit
8f7691b47a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ void DlgUpdate::finishedUpdateCheck(bool needToUpdate, bool isCompatible, Releas
|
|||
tr("Cockatrice is up to date!") + "<br><br>"
|
||||
+ tr("You are already running the latest version available in the chosen release channel.") + "<br>"
|
||||
+ tr("Current version") + QString(": %1<br>").arg(VERSION_STRING)
|
||||
+ tr("Current release channel") + QString(": %1").arg(settingsCache->getUpdateReleaseChannel()->getName().toUtf8()));
|
||||
+ tr("Current release channel") + QString(": %1").arg(tr(settingsCache->getUpdateReleaseChannel()->getName().toUtf8())));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue