1
0
Fork 0
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:
Werner Koch 2000-07-12 11:35:30 +00:00
parent 6e4d721c93
commit 9b9fb4cc50
27 changed files with 4500 additions and 611 deletions

View file

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