mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Wed Jul 12 13:32:06 CEST 2000 Werner Koch
This commit is contained in:
parent
6e4d721c93
commit
9b9fb4cc50
27 changed files with 4500 additions and 611 deletions
|
@ -115,7 +115,7 @@ do_show_revocation_reason( PKT_signature *sig )
|
|||
if( *p == 0 )
|
||||
text = _("No reason specified");
|
||||
else if( *p == 0x01 )
|
||||
text = _("Key is superseeded");
|
||||
text = _("Key is superseded");
|
||||
else if( *p == 0x02 )
|
||||
text = _("Key has been compromised");
|
||||
else if( *p == 0x03 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue