diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp index 479e7b33c5..eb05c2ee25 100644 --- a/qt/update_dialog.cpp +++ b/qt/update_dialog.cpp @@ -194,7 +194,8 @@ namespace qt // @TODO do not show it for automatic update checks InfoDialog dlg(tr("No update is available"), tr("At this moment, no new version is available. Please, try again later or " - "visit our site for latest news."), + "visit our web site www.mapswithme.com " + "for latest news."), this, QStringList(tr("Ok"))); dlg.exec(); }