From b7af3d9443829450ddc0758ea2f3fbdc232104e7 Mon Sep 17 00:00:00 2001 From: gettons Date: Thu, 22 Nov 2018 14:43:26 +0000 Subject: [PATCH] rephrase compatibility requirements (#46) --- encryption-pgp/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encryption-pgp/info.json b/encryption-pgp/info.json index 671a05c..081a0c6 100644 --- a/encryption-pgp/info.json +++ b/encryption-pgp/info.json @@ -5,5 +5,5 @@ "authors": ["@pbek", "@ClawOfLight"], "version": "0.0.2", "minAppVersion": "17.05.7", - "description" : "This script will encrypt and decrypt notes with PGP instead of the internal AES-256 encryption.\nDecryption may only work if you don't have to enter a password. Find out how to set up gpg-agent on your system." + "description" : "This script will encrypt and decrypt notes with PGP instead of the internal AES-256 encryption.\nDecryption may only work if your private key is not protected with a passphrase. Find out how to set up gpg-agent on your system." }