[ios] Fixed Download Maps menu

This commit is contained in:
Alex Zolotarev 2013-12-06 20:27:38 +03:00 committed by Alex Zolotarev
parent c4bdb0d06f
commit 27474f13d4

View file

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