move brackets out of link tags (#3753)
This commit is contained in:
parent
3e3154a58c
commit
4e918f0f5d
1 changed files with 4 additions and 4 deletions
|
@ -147,8 +147,8 @@ void DlgUpdate::finishedUpdateCheck(bool needToUpdate, bool isCompatible, Releas
|
||||||
this, tr("Update Available"),
|
this, tr("Update Available"),
|
||||||
tr("A new version of Cockatrice is available!") + "<br><br>" + "<b>" + tr("New version") +
|
tr("A new version of Cockatrice is available!") + "<br><br>" + "<b>" + tr("New version") +
|
||||||
QString(":</b> %1<br>").arg(release->getName()) + "<b>" + tr("Released") +
|
QString(":</b> %1<br>").arg(release->getName()) + "<b>" + tr("Released") +
|
||||||
QString(":</b> %1 <a href=\"%2\">(").arg(publishDate, release->getDescriptionUrl()) + tr("Changelog") +
|
QString(":</b> %1 (<a href=\"%2\">").arg(publishDate, release->getDescriptionUrl()) + tr("Changelog") +
|
||||||
")</a><br><br>" + tr("Do you want to update now?"),
|
"</a>)<br><br>" + tr("Do you want to update now?"),
|
||||||
QMessageBox::Yes | QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No);
|
||||||
|
|
||||||
if (reply == QMessageBox::Yes)
|
if (reply == QMessageBox::Yes)
|
||||||
|
@ -158,8 +158,8 @@ void DlgUpdate::finishedUpdateCheck(bool needToUpdate, bool isCompatible, Releas
|
||||||
this, tr("Update Available"),
|
this, tr("Update Available"),
|
||||||
tr("A new version of Cockatrice is available!") + "<br><br>" + "<b>" + tr("New version") +
|
tr("A new version of Cockatrice is available!") + "<br><br>" + "<b>" + tr("New version") +
|
||||||
QString(":</b> %1<br>").arg(release->getName()) + "<b>" + tr("Released") +
|
QString(":</b> %1<br>").arg(release->getName()) + "<b>" + tr("Released") +
|
||||||
QString(":</b> %1 <a href=\"%2\">(").arg(publishDate, release->getDescriptionUrl()) + tr("Changelog") +
|
QString(":</b> %1 (<a href=\"%2\">").arg(publishDate, release->getDescriptionUrl()) + tr("Changelog") +
|
||||||
")</a><br><br>" +
|
"</a>)<br><br>" +
|
||||||
tr("Unfortunately there are no download packages available for your operating system. \nYou may have "
|
tr("Unfortunately there are no download packages available for your operating system. \nYou may have "
|
||||||
"to build from source yourself.") +
|
"to build from source yourself.") +
|
||||||
"<br><br>" +
|
"<br><br>" +
|
||||||
|
|
Loading…
Reference in a new issue