forked from organicmaps/organicmaps
[ios] More Apps renamed to Travel Guides
This commit is contained in:
parent
3115bc3aa3
commit
1466166acf
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
if (!GetPlatform().IsPro())
|
||||
[items addObject:@{@"Id" : @"MWMPro", @"Title" : NSLocalizedString(@"become_a_pro", nil), @"Icon" : @"MWMProIcon", @"Color" : @"15c783"}];
|
||||
|
||||
[items addObject:@{@"Id" : @"MoreApps", @"Title" : NSLocalizedString(@"more_apps_title", nil), @"Icon" : @"IconMoreApps"}];
|
||||
[items addObject:@{@"Id" : @"MoreApps", @"Title" : NSLocalizedString(@"more_apps_guides", nil), @"Icon" : @"IconMoreApps"}];
|
||||
|
||||
NSArray * standardItems = @[@{@"Id" : @"Maps", @"Title" : NSLocalizedString(@"download_maps", nil), @"Icon" : @"IconMap"},
|
||||
@{@"Id" : @"Settings", @"Title" : NSLocalizedString(@"settings_and_more", nil), @"Icon" : @"IconSettings"},
|
||||
|
|
|
@ -29,7 +29,7 @@ using namespace::storage;
|
|||
{
|
||||
[super viewDidLoad];
|
||||
|
||||
self.title = NSLocalizedString(@"more_apps_title", nil);
|
||||
self.title = NSLocalizedString(@"more_apps_guides", nil);
|
||||
|
||||
guides::GuidesManager & manager = GetFramework().GetGuidesManager();
|
||||
NSString * JSONPath = [NSString stringWithUTF8String:manager.GetDataFileFullPath().c_str()];
|
||||
|
|
Loading…
Add table
Reference in a new issue