diff options
author | Werner Koch <[email protected]> | 1999-06-10 12:24:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-06-10 12:24:42 +0000 |
commit | b5f36dd0dd6af6ce30f8a51a71b382e90677fd97 (patch) | |
tree | 4a0f77aefb7766ab9064a985325990133610204c /g10/helptext.c | |
parent | See ChangeLog: Tue Jun 8 13:36:25 CEST 1999 Werner Koch (diff) | |
download | gnupg-b5f36dd0dd6af6ce30f8a51a71b382e90677fd97.tar.gz gnupg-b5f36dd0dd6af6ce30f8a51a71b382e90677fd97.zip |
See ChangeLog: Thu Jun 10 14:18:23 CEST 1999 Werner Koch
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index 7643f96db..7e573469a 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -178,10 +178,15 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { "to delete this signature may be important to establish a trust\n" "connection to the key or another key certified by this key." }, +{ N_("keyedit.delsig.unknown"), + "This signature can't be checked because you don't have the\n" + "corresponding key. You should postpone its deletion until you\n" + "know which key was used because this signing key might establish" + "a trust connection through another already certified key." +}, { N_("keyedit.delsig.invalid"), "The signature is not valid. It does make sense to remove it from\n" - "your keyring if it is really invalid and not just unchecked due to\n" - "a missing public key (marked by \"sig?\")." + "your keyring." }, { N_("keyedit.delsig.selfsig"), "This is a signature which binds the user ID to the key. It is\n" |