From 41bdca069281b5cefdc8a494b3151cea97582331 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Fri, 19 May 2017 17:55:56 +0200 Subject: [PATCH] some text changes --- encryption-pgp/encryption-pgp.qml | 2 +- encryption-pgp/info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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." }