mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-01-11 05:28:26 -05:00
slight text change
This commit is contained in:
parent
0e14dcb290
commit
89b8ff7862
@ -46,7 +46,7 @@ public class AskForSecretKeyPassPhrase {
|
||||
|
||||
if (secretKeyId == 0) {
|
||||
secretKey = null;
|
||||
alert.setMessage("Pass phrase");
|
||||
alert.setMessage("Pass phrase for symmetric encryption");
|
||||
} else {
|
||||
secretKey = Apg.getMasterKey(Apg.findSecretKeyRing(secretKeyId));
|
||||
if (secretKey == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user