slight text change

This commit is contained in:
Thialfihar 2010-04-23 17:03:05 +00:00
parent 0e14dcb290
commit 89b8ff7862
1 changed files with 1 additions and 1 deletions

View File

@ -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) {