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-01-13 14:21:01 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2016-01-13 15:55:48 +0300
commitf937bf62cbde6f304b2f7a1daadf994fdf419ac5 (patch)
tree62d800b26973f874237d66dd9ea770d997cd01dc /iphone/Maps/Settings
parentccdbb2ca23914f9e1d6ed940ffa871f3575a3909 (diff)
[ios] Fixed some UI bugs in night mode.
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 a05ddd6df4..8102b18776 100644
--- a/iphone/Maps/Settings/SettingsViewController.mm
+++ b/iphone/Maps/Settings/SettingsViewController.mm
@@ -127,7 +127,7 @@ typedef NS_ENUM(NSUInteger, Section)
{
cell = [tableView dequeueReusableCellWithIdentifier:[LinkCell className]];
LinkCell * customCell = static_cast<LinkCell *>(cell);
- customCell.titleLabel.text = indexPath.row == 0 ? L(@"pref_night_mode") : L(@"pref_recent_track");
+ customCell.titleLabel.text = indexPath.row == 0 ? L(@"pref_map_style_title") : L(@"pref_track_record_title");
break;
}
// 3D buildings