Merge pull request #3835 from VladiMihaylenko/master

[ios] Changed key of autozoom.
This commit is contained in:
Илья Гречухин 2016-07-19 15:58:11 +04:00 committed by GitHub
commit c3dc1f0600

View file

@ -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;
}