[qt] Minor text change

This commit is contained in:
Alex Zolotarev 2011-03-12 16:42:03 +00:00 committed by Alex Zolotarev
parent b39bede00a
commit 97613e4d28

View file

@ -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 <a href=\"http://www.mapswithme.com\">site</a> for latest news."),
"visit our web site <a href=\"http://www.mapswithme.com\">www.mapswithme.com</a> "
"for latest news."),
this, QStringList(tr("Ok")));
dlg.exec();
}