diff options
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r-- | g10/keyedit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index 2aa7c28e2..a00e7e5bd 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -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); } |