forked from organicmaps/organicmaps
[ios] Fixed Download Maps menu
This commit is contained in:
parent
c4bdb0d06f
commit
27474f13d4
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ typedef NS_ENUM(NSUInteger, Section)
|
|||
self = [super initWithFrame:frame];
|
||||
|
||||
menuTitles = @[NSLocalizedString(@"search", nil),
|
||||
NSLocalizedString(@"maps", nil),
|
||||
NSLocalizedString(@"download_maps", nil),
|
||||
NSLocalizedString(@"bookmarks", nil),
|
||||
NSLocalizedString(@"settings", nil),
|
||||
NSLocalizedString(@"share_my_location", nil)];
|
||||
|
|
Loading…
Add table
Reference in a new issue