forked from organicmaps/organicmaps
[qt] Minor text change
This commit is contained in:
parent
b39bede00a
commit
97613e4d28
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue