Fix wrong string

This commit is contained in:
Danny Moesch 2019-01-19 23:53:01 +01:00 committed by Mingshen Sun
parent df2b5314a1
commit 07b4bf8e8c
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,7 @@ class SettingsTableViewController: UITableViewController, UITabBarControllerDele
fileActionTitle.append(" (\("Tips".localize()))") fileActionTitle.append(" (\("Tips".localize()))")
let fileAction = UIAlertAction(title: fileActionTitle, style: .default) { _ in let fileAction = UIAlertAction(title: fileActionTitle, style: .default) { _ in
let title = "Tips".localize() let title = "Tips".localize()
let message = "CopyPrivateKeyToPass.".localize() let message = "CopyPublicAndPrivateKeyToPass.".localize()
Utils.alert(title: title, message: message, controller: self) Utils.alert(title: title, message: message, controller: self)
} }
optionMenu.addAction(fileAction) optionMenu.addAction(fileAction)

View file

@ -82,7 +82,7 @@
"Import" = "Import"; "Import" = "Import";
"Imported" = "Imported"; "Imported" = "Imported";
"Tips" = "Tips"; "Tips" = "Tips";
"CopyPrivateKeyToPass." = "Copy your ASCII-armored private key to Pass with the name \"ssh_key\" (without quotes) via iTunes. Then come back and click \"iTunes File Sharing\" to finish."; "CopyPublicAndPrivateKeyToPass." = "Copy your ASCII-armored public and private keys to Pass with names \"gpg_key.pub\" and \"gpg_key\" (without quotes) via iTunes. Then come back and click \"iTunes File Sharing\" to finish.";
"FillInGitAccountPassword." = "Please fill in the password of your Git account."; "FillInGitAccountPassword." = "Please fill in the password of your Git account.";
"NoPasswordStore." = "There is no password store right now."; "NoPasswordStore." = "There is no password store right now.";
"SyncingPasswordStore" = "Syncing Password Store"; "SyncingPasswordStore" = "Syncing Password Store";