mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 07:58:08 +00:00
some text changes
This commit is contained in:
parent
2a81003cda
commit
41bdca0692
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ QtObject {
|
||||||
{
|
{
|
||||||
"identifier": "publicKey",
|
"identifier": "publicKey",
|
||||||
"name": "Public PGP Key",
|
"name": "Public PGP Key",
|
||||||
"description": "Please enter your public pgp key",
|
"description": "Please enter your public pgp key:",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "F5161BD3",
|
"default": "F5161BD3",
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
"authors": ["@pbek"],
|
"authors": ["@pbek"],
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"minAppVersion": "17.05.7",
|
"minAppVersion": "17.05.7",
|
||||||
"description" : "This script will encrypt and decrypt notes with PGP.\nDecryption will only work if you don't have to enter a password."
|
"description" : "This script will encrypt and decrypt notes with PGP.\nDecryption may only work if you don't have to enter a password."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue