mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fixed about dialog text (#1126)
This commit is contained in:
parent
73eccd5cff
commit
f18a22f81d
@ -129,10 +129,11 @@ void AboutDialog::serveVersionCheckReply(QNetworkReply *reply)
|
||||
if (currVersion == CUTTER_VERSION_FULL) {
|
||||
mb.setText(tr("You have latest version and no need to update!"));
|
||||
} else {
|
||||
mb.setText("<b>" + tr("Current version:") + "</b>" CUTTER_VERSION_FULL "<br/>"
|
||||
mb.setText("<b>" + tr("Current version:") + "</b> " CUTTER_VERSION_FULL "<br/>"
|
||||
+ "<b>" + tr("Latest version:") + "</b> " + currVersion + "<br/><br/>"
|
||||
+ tr("For update, please check the link:")
|
||||
+ "<a href=\"https://github.com/radareorg/cutter/releases\">%2</a>");
|
||||
+ "<a href=\"https://github.com/radareorg/cutter/releases\">"
|
||||
+ "https://github.com/radareorg/cutter/releases</a>");
|
||||
}
|
||||
}
|
||||
mb.exec();
|
||||
|
Loading…
Reference in New Issue
Block a user