- simpleGameButton and missionsButton are localizable now in MainMenu ios-revival
authorantonc27 <antonc27@mail.ru>
Thu, 22 Oct 2015 00:46:45 +0200
branchios-revival
changeset 11225 eb600ab27fb9
parent 11224 24bafdcf1860
child 11226 628ac6f8a41e
- simpleGameButton and missionsButton are localizable now in MainMenu
project_files/HedgewarsMobile/Classes/MainMenuViewController.m
project_files/HedgewarsMobile/Locale/English.lproj/Localizable.strings
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Wed Oct 21 23:46:11 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Thu Oct 22 00:46:45 2015 +0200
@@ -57,6 +57,9 @@
     self.view.frame = [[UIScreen mainScreen] safeBounds];
     [super viewDidLoad];
     
+    [self.simpleGameButton setTitle:NSLocalizedString(@"Simple", nil) forState:UIControlStateNormal];
+    [self.missionsButton setTitle:NSLocalizedString(@"Missions", nil) forState:UIControlStateNormal];
+    
     [self.simpleGameButton applyDarkBlueQuickStyle];
     [self.missionsButton applyDarkBlueQuickStyle];
     
Binary file project_files/HedgewarsMobile/Locale/English.lproj/Localizable.strings has changed