forked from organicmaps/organicmaps
[ios] Added strings to what's new.
This commit is contained in:
parent
88d1a87fa6
commit
0db21e081d
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ NSArray<TMWMWelcomeConfigBlock> * pagesConfigBlocks = @[
|
|||
} copy],
|
||||
[^(MWMWhatsNewDownloaderEditorController * controller) {
|
||||
controller.image.image = [UIImage imageNamed:@"img_whatsnew_editdata"];
|
||||
controller.alertTitle.text = L(@"whats_new_editdata_title");
|
||||
controller.alertText.text = L(@"whats_new_editdata_text");
|
||||
controller.alertTitle.text = L(@"whatsnew_editor_title");
|
||||
controller.alertText.text = [NSString stringWithFormat:@"%@\n\n%@", L(@"whatsnew_editor_message_1"), L(@"whatsnew_editor_message_2")];
|
||||
[controller.nextPageButton setTitle:L(@"whats_new_next_button") forState:UIControlStateNormal];
|
||||
[controller.nextPageButton addTarget:controller.pageController
|
||||
action:@selector(nextPage)
|
||||
|
|
Loading…
Add table
Reference in a new issue