[ios] Fixed localizations

This commit is contained in:
Alex Zolotarev 2011-12-13 15:03:28 +03:00 committed by Alex Zolotarev
parent 9970f5927e
commit 3cef92b6e5
3 changed files with 1 additions and 1 deletions

View file

@ -184,7 +184,7 @@ static void OnSearchResultCallback(search::Result const & res, int queryId)
m_searchBar.placeholder = NSLocalizedString(@"Search map", @"Search box placeholder text");
m_searchBar.showsCancelButton = YES;
m_searchBar.showsScopeBar = YES;
m_searchBar.scopeButtonTitles = [NSArray arrayWithObjects:NSLocalizedString(@"By popularity", @"Search scope criteria"),
m_searchBar.scopeButtonTitles = [NSArray arrayWithObjects:NSLocalizedString(@"All", @"Search scope criteria"),
NSLocalizedString(@"On the screen", @"Search scope criteria"),
NSLocalizedString(@"Near me", @"Search scope criteria"), nil];
[parentView addSubview:m_searchBar];