forked from organicmaps/organicmaps
[ios] fix: separate localized string for pref_appearance_title
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
10df70c41d
commit
23c47616e0
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
self.title = L(@"pref_map_style_title");
|
||||
self.title = L(@"pref_appearance_title");
|
||||
SettingsTableViewSelectableCell * selectedCell = nil;
|
||||
switch ([MWMSettings theme])
|
||||
{
|
||||
|
|
|
@ -179,7 +179,7 @@ using namespace power_management;
|
|||
nightMode = L(@"auto");
|
||||
break;
|
||||
}
|
||||
[self.nightModeCell configWithTitle:L(@"pref_map_style_title") info:nightMode];
|
||||
[self.nightModeCell configWithTitle:L(@"pref_appearance_title") info:nightMode];
|
||||
}
|
||||
|
||||
- (void)show3dBuildingsAlert:(UITapGestureRecognizer *)recognizer {
|
||||
|
|
Loading…
Add table
Reference in a new issue