some text changes

This commit is contained in:
Patrizio Bekerle 2017-05-19 17:55:56 +02:00
parent 2a81003cda
commit 41bdca0692
No known key found for this signature in database
GPG Key ID: 2E9FFD770DABE838
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ QtObject {
{
"identifier": "publicKey",
"name": "Public PGP Key",
"description": "Please enter your public pgp key",
"description": "Please enter your public pgp key:",
"type": "string",
"default": "F5161BD3",
},

View File

@ -5,5 +5,5 @@
"authors": ["@pbek"],
"version": "0.0.1",
"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."
}