Merge pull request #4912 from igrechuhin/MAPSME-3178

[MAPSME-3178] [ios] Added title to to MWMSearchNoResults screen.
This commit is contained in:
Vlad Mihaylenko 2016-12-08 15:00:44 +03:00 committed by GitHub
commit b2ec1e454a

View file

@ -62,7 +62,7 @@
if (!_noResultsView)
{
_noResultsView = [MWMSearchNoResults viewWithImage:[UIImage imageNamed:@"img_search_not_found"]
title:nil
title:L(@"search_not_found")
text:L(@"search_not_found_query")];
}
return _noResultsView;