Skip to content

Commit

Permalink
trans
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Jun 6, 2016
1 parent f5359a8 commit 67c1fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Yep/ViewControllers/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 2 additions & 0 deletions Yep/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -809,3 +809,5 @@
"Meet Genius" = "遇见天才";
"Find All" = "发现所有";

"Show Tab Bar Title" = "显示 Tab Bar 标题";

0 comments on commit 67c1fc6

Please sign in to comment.