diff --git a/encryption-pgp/encryption-pgp.qml b/encryption-pgp/encryption-pgp.qml index cc41221..158c2b9 100644 --- a/encryption-pgp/encryption-pgp.qml +++ b/encryption-pgp/encryption-pgp.qml @@ -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", }, diff --git a/encryption-pgp/info.json b/encryption-pgp/info.json index fd029c9..2418e6d 100644 --- a/encryption-pgp/info.json +++ b/encryption-pgp/info.json @@ -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." }