slight text change
This commit is contained in:
@@ -46,7 +46,7 @@ public class AskForSecretKeyPassPhrase {
|
|||||||
|
|
||||||
if (secretKeyId == 0) {
|
if (secretKeyId == 0) {
|
||||||
secretKey = null;
|
secretKey = null;
|
||||||
alert.setMessage("Pass phrase");
|
alert.setMessage("Pass phrase for symmetric encryption");
|
||||||
} else {
|
} else {
|
||||||
secretKey = Apg.getMasterKey(Apg.findSecretKeyRing(secretKeyId));
|
secretKey = Apg.getMasterKey(Apg.findSecretKeyRing(secretKeyId));
|
||||||
if (secretKey == null) {
|
if (secretKey == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user