From 0e0599c4c48e21851041b6cd332987ad4b2b976a Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Tue, 19 Jul 2016 14:57:19 +0300 Subject: [PATCH] [ios] Changed key of autozoom. --- iphone/Maps/Settings/SettingsViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(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; }