Make action title case consistent

This commit is contained in:
Bob Sun 2017-02-28 17:16:51 +08:00
parent 36e2a96df2
commit 7a31c4db06
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -286,7 +286,7 @@ class SettingsTableViewController: UITableViewController {
let optionMenu = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet) let optionMenu = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
var urlActionTitle = "Download from URL" var urlActionTitle = "Download from URL"
var armorActionTitle = "ASCII-Armor Encrypted Key" var armorActionTitle = "ASCII-Armor Encrypted Key"
var fileActionTitle = "Use uploaded keys" var fileActionTitle = "Use Uploaded Keys"
if Defaults[.pgpKeySource] == "url" { if Defaults[.pgpKeySource] == "url" {
urlActionTitle = "\(urlActionTitle)" urlActionTitle = "\(urlActionTitle)"