Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-07-19 14:57:19 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2016-07-19 14:57:19 +0300
commit0e0599c4c48e21851041b6cd332987ad4b2b976a (patch)
treef30d010d2c803909991dc295b9c4a4838f7fdbc0 /iphone/Maps/Settings
parent24e7b3f7c77c2e64380f397df52801ed40011405 (diff)
[ios] Changed key of autozoom.
Diffstat (limited to 'iphone/Maps/Settings')
-rw-r--r--iphone/Maps/Settings/SettingsViewController.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Settings/SettingsViewController.mm b/iphone/Maps/Settings/SettingsViewController.mm
index 542be8f860..c29c3e36e0 100644
--- a/iphone/Maps/Settings/SettingsViewController.mm
+++ b/iphone/Maps/Settings/SettingsViewController.mm
@@ -202,7 +202,7 @@ typedef NS_ENUM(NSUInteger, Section)
cell = [tableView dequeueReusableCellWithIdentifier:[SwitchCell className]];
SwitchCell * customCell = static_cast<SwitchCell *>(cell);
customCell.switchButton.on = GetFramework().LoadAutoZoom();
- customCell.titleLabel.text = L(@"pref_autozoom_enable_title");
+ customCell.titleLabel.text = L(@"pref_map_auto_zoom");
customCell.delegate = self;
break;
}