Rename some PGP operations

+ "PGP Sign Cleartext" -> "Sign PGP Cleartext"
+ "PGP Verify Cleartext" -> "Verify PGP Cleartext"
+ "PGP Generate Key Pair" -> "Generate PGP Key Pair"
+ "PGP Add ASCII Armor" -> "Add PGP ASCII Armor"
+ "PGP Remove ASCII Armor" -> "Remove PGP ASCII Armor"
This commit is contained in:
toby 2017-03-12 13:39:29 -04:00
parent 718c913bf8
commit 9a5511a8bc
3 changed files with 30 additions and 30 deletions

View file

@ -96,11 +96,11 @@ var Categories = [
"PGP Decrypt",
"PGP Sign",
"PGP Verify",
"PGP Sign Cleartext",
"PGP Verify Cleartext",
"PGP Generate Key Pair",
"PGP Add ASCII Armor",
"PGP Remove ASCII Armor",
"Sign PGP Cleartext",
"Verify PGP Cleartext",
"Generate PGP Key Pair",
"Add PGP ASCII Armor",
"Remove PGP ASCII Armor",
]
},
{
@ -116,11 +116,11 @@ var Categories = [
"PGP Decrypt",
"PGP Sign",
"PGP Verify",
"PGP Sign Cleartext",
"PGP Verify Cleartext",
"PGP Generate Key Pair",
"PGP Add ASCII Armor",
"PGP Remove ASCII Armor",
"Sign PGP Cleartext",
"Verify PGP Cleartext",
"Generate PGP Key Pair",
"Add PGP ASCII Armor",
"Remove PGP ASCII Armor",
]
},
{