forked from organicmaps/organicmaps
Added the key for "what's new / next".
This commit is contained in:
parent
f71930c154
commit
14172966df
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
self.image.image = [UIImage imageNamed:@"img_tts"];
|
||||
self.alertTitle.text = L(@"whats_new_where_to_turn");
|
||||
self.alertText.text = L(@"whats_new_voice_instructions");
|
||||
[self.button setTitle:@"Next" forState:UIControlStateNormal];
|
||||
[self.button setTitle:L(@"whats_new_next") forState:UIControlStateNormal];
|
||||
[self.button addTarget:self.pageController action:@selector(nextPage) forControlEvents:UIControlEventTouchUpInside];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue