forked from organicmaps/organicmaps
Fix en and ru localizations.
This commit is contained in:
parent
54e40f5483
commit
49abd4160c
3 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Framework * m_framework = NULL;
|
|||
|
||||
m_framework = FrameworkFactory::CreateFramework();
|
||||
|
||||
char const * str = [NSLocalizedString(@"Nothing found. Have you tried downloading maps of the countries? Just click the downloader button at the bottom of the screen.", @"Message in the center of the screen then user zooms in but country is not downloaded") UTF8String];
|
||||
char const * str = [NSLocalizedString(@"Nothing found. Have you tried downloading maps of the countries? Just click the download button at the bottom of the screen.", @"Message in the center of the screen then user zooms in but country is not downloaded") UTF8String];
|
||||
|
||||
m_framework->GetInformationDisplay().setEmptyModelMessage(str);
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue