Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2016-12-08 14:58:02 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-12-08 14:58:02 +0300
commit485208cd3acf0a2fdf1d6374a529ba1ae53a376f (patch)
tree8970f809f169be3e3576b4c186342964aee5d9dc /iphone/Maps
parent6a7faa2a059092d23d331713e4cb172d122dcdac (diff)
[MAPSME-3178] [ios] Added title to to MWMSearchNoResults screen.
Diffstat (limited to 'iphone/Maps')
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableView.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableView.mm
index e52553312e..40936f946d 100644
--- a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableView.mm
+++ b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TableView/MWMSearchTableView.mm
@@ -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;