[ios] More Apps renamed to Travel Guides

This commit is contained in:
Igor Khmurets 2014-08-28 19:06:48 +03:00 committed by Alex Zolotarev
parent 3115bc3aa3
commit 1466166acf
2 changed files with 2 additions and 2 deletions

View file

@ -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"},

View file

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