mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
fix for bug1234.
This commit is contained in:
parent
398e686085
commit
9fbaba32a5
2 changed files with 5 additions and 1 deletions
|
@ -2809,7 +2809,8 @@ show_key_with_all_names( KBNODE keyblock, int only_marked, int with_revoker,
|
|||
{
|
||||
char *user=get_user_id_string_native(pk->revoked.keyid);
|
||||
const char *algo = gcry_pk_algo_name (pk->revoked.algo);
|
||||
tty_printf(_("This key was revoked on %s by %s key %s\n"),
|
||||
tty_printf (_("The following key was revoked on"
|
||||
" %s by %s key %s\n"),
|
||||
revokestr_from_pk(pk),algo?algo:"?",user);
|
||||
xfree(user);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue