diff --git a/cockatrice/src/dlg_update.cpp b/cockatrice/src/dlg_update.cpp index 22619962..e62daacd 100644 --- a/cockatrice/src/dlg_update.cpp +++ b/cockatrice/src/dlg_update.cpp @@ -147,8 +147,8 @@ void DlgUpdate::finishedUpdateCheck(bool needToUpdate, bool isCompatible, Releas this, tr("Update Available"), tr("A new version of Cockatrice is available!") + "

" + "" + tr("New version") + QString(": %1
").arg(release->getName()) + "" + tr("Released") + - QString(": %1 (").arg(publishDate, release->getDescriptionUrl()) + tr("Changelog") + - ")

" + tr("Do you want to update now?"), + QString(": %1 (").arg(publishDate, release->getDescriptionUrl()) + tr("Changelog") + + ")

" + tr("Do you want to update now?"), QMessageBox::Yes | QMessageBox::No); if (reply == QMessageBox::Yes) @@ -158,8 +158,8 @@ void DlgUpdate::finishedUpdateCheck(bool needToUpdate, bool isCompatible, Releas this, tr("Update Available"), tr("A new version of Cockatrice is available!") + "

" + "" + tr("New version") + QString(": %1
").arg(release->getName()) + "" + tr("Released") + - QString(": %1 (").arg(publishDate, release->getDescriptionUrl()) + tr("Changelog") + - ")

" + + QString(": %1 (").arg(publishDate, release->getDescriptionUrl()) + tr("Changelog") + + ")

" + tr("Unfortunately there are no download packages available for your operating system. \nYou may have " "to build from source yourself.") + "

" +