Fix en and ru localizations.

This commit is contained in:
Yury Melnichek 2011-12-07 17:08:39 +01:00 committed by Alex Zolotarev
parent 54e40f5483
commit 49abd4160c
3 changed files with 1 additions and 1 deletions

View file

@ -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);