diff options
Diffstat (limited to '')
-rw-r--r-- | g10/keyedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index 6e62ac450..413ca81f1 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -1835,7 +1835,7 @@ show_key_with_all_names( KBNODE keyblock, int only_marked, int with_revoker, show_prefs (uid, with_prefs == 2); else tty_printf(_("There are no preferences on a " - "PGP 2.x-style key.\n")); + "PGP 2.x-style user ID.\n")); } } } |