aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-08-30 18:01:32 +0000
committerDavid Shaw <[email protected]>2002-08-30 18:01:32 +0000
commitc721e11bf53e9c35c444c0439902fb046d169c61 (patch)
tree50442edc18f139f79bdb06682732298c8b1e2d0f /g10/keyedit.c
parent* iobuf.c (block_filter): Removed the assert, so that one can pass (diff)
downloadgnupg-c721e11bf53e9c35c444c0439902fb046d169c61.tar.gz
gnupg-c721e11bf53e9c35c444c0439902fb046d169c61.zip
* pkclist.c (build_pk_list): Fail if any recipient keys are unusable.
* options.skel: The PGP LDAP keyserver is back. Use MIT keyserver as a sample rather than cryptnet as cryptnet does not support searching yet. * keyedit.c (show_key_with_all_names): Fix error message (preferences are userid/selfsig and not key specific).
Diffstat (limited to '')
-rw-r--r--g10/keyedit.c2
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"));
}
}
}