forked from organicmaps/organicmaps
[iOS] fixed localization key in settings
https://jira.mail.ru/browse/MAPSME-15038
This commit is contained in:
parent
a32fa6e91d
commit
230557b5bf
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ using namespace power_management;
|
|||
[self.is3dCell configWithDelegate:self title:L(@"pref_map_3d_buildings_title") isOn:on];
|
||||
|
||||
[self.autoDownloadCell configWithDelegate:self
|
||||
title:L(@"disable_autodownload")
|
||||
title:L(@"autodownload")
|
||||
isOn:[MWMSettings autoDownloadEnabled]];
|
||||
|
||||
[self.backupBookmarksCell configWithDelegate:self
|
||||
|
|
Loading…
Add table
Reference in a new issue