diff --git a/src/dialogs/AboutDialog.cpp b/src/dialogs/AboutDialog.cpp index a5390089..8443b837 100644 --- a/src/dialogs/AboutDialog.cpp +++ b/src/dialogs/AboutDialog.cpp @@ -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("" + tr("Current version:") + "" CUTTER_VERSION_FULL "
" + mb.setText("" + tr("Current version:") + " " CUTTER_VERSION_FULL "
" + "" + tr("Latest version:") + " " + currVersion + "

" + tr("For update, please check the link:") - + "%2"); + + "" + + "https://github.com/radareorg/cutter/releases"); } } mb.exec();