Skip to content

Commit

Permalink
Wrong key for localized string in SettingsVC
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe committed Apr 7, 2015
1 parent 66a3ae8 commit bc79b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ParkenDD/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SettingsViewController: UITableViewController, UITableViewDelegate {
} else if section == 1 {
return NSLocalizedString("DISPLAY_OPTIONS", comment: "Display")
} else {
return NSLocalizedString("OTHER", comment: "Other")
return NSLocalizedString("OTHER_OPTIONS", comment: "Other")
}
}

Expand Down

0 comments on commit bc79b8c

Please sign in to comment.