diff --git a/Yep/ViewControllers/Settings/SettingsViewController.swift b/Yep/ViewControllers/Settings/SettingsViewController.swift index 017b0abe0..0fc49bcc4 100644 --- a/Yep/ViewControllers/Settings/SettingsViewController.swift +++ b/Yep/ViewControllers/Settings/SettingsViewController.swift @@ -136,7 +136,7 @@ extension SettingsViewController: UITableViewDataSource, UITableViewDelegate { switch row { case .TabBarTitleEnabled: let cell = tableView.dequeueReusableCellWithIdentifier(TitleSwitchCell.reuseIdentifier) as! TitleSwitchCell - cell.titleLabel.text = NSLocalizedString("Tab bar title", comment: "") + cell.titleLabel.text = NSLocalizedString("Show Tab Bar Title", comment: "") cell.toggleSwitch.on = YepUserDefaults.tabBarItemTextEnabled.value ?? true return cell } diff --git a/Yep/zh-Hans.lproj/Localizable.strings b/Yep/zh-Hans.lproj/Localizable.strings index 02ba00d2b..9fe4a84c8 100644 --- a/Yep/zh-Hans.lproj/Localizable.strings +++ b/Yep/zh-Hans.lproj/Localizable.strings @@ -809,3 +809,5 @@ "Meet Genius" = "遇见天才"; "Find All" = "发现所有"; +"Show Tab Bar Title" = "显示 Tab Bar 标题"; +