Fix #394: Remove explicit "encrypted" modifier
Public keys are not encrypted. The modifier was wrong anyway. Private keys are not necessarily encrypted.
This commit is contained in:
parent
3ec105b148
commit
0bbda5a4b0
5 changed files with 8 additions and 8 deletions
|
|
@ -86,7 +86,7 @@
|
|||
"Overwrite" = "Overwrite";
|
||||
"OperationWillOverwriteData." = "This operation will overwrite your current password store data (repository). Data on your remote server will not be affected.";
|
||||
"DownloadFromUrl" = "Download from URL";
|
||||
"AsciiArmorEncryptedKey" = "ASCII-Armor Encrypted Key";
|
||||
"AsciiArmorEncryptedKey" = "ASCII-Armor Key";
|
||||
"ITunesFileSharing" = "iTunes File Sharing";
|
||||
"Import" = "Import";
|
||||
"Imported" = "Imported";
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue