aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-09-24 03:48:55 +0000
committerDavid Shaw <[email protected]>2003-09-24 03:48:55 +0000
commit97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a (patch)
tree69b037edffffbcf6f41d251f2f88249844de38fe /g10/pkclist.c
parent* keydb.h, keyring.c (keyring_search), trustdb.c (search_skipfnc): Expand (diff)
downloadgnupg-97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a.tar.gz
gnupg-97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a.zip
* sign.c (mk_notation_policy_etc): Capitalize "URL".
* trustdb.c (validate_keys): Give a little more information while rebuilding trustdb. * pkclist.c (do_edit_ownertrust): Clarify "don't know". * g10.c (main): Default to --no-mangle-dos-filenames.
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index 0a94a259f..b11cda529 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -314,7 +314,7 @@ do_edit_ownertrust (PKT_public_key *pk, int mode,
"verify other users' keys (by looking at passports,\n"
"checking fingerprints from different sources...)?\n\n"));
if(min_num<=1)
- tty_printf (_(" %d = I don't know\n"), 1);
+ tty_printf (_(" %d = I don't know or won't say\n"), 1);
if(min_num<=2)
tty_printf (_(" %d = I do NOT trust\n"), 2);
if(min_num<=3)