diff options
author | David Shaw <[email protected]> | 2002-11-03 12:46:52 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-11-03 12:46:52 +0000 |
commit | ae1d1288ee2eb600f54976e07835ad026ccf189d (patch) | |
tree | 40b3725310810f8ca0f98e66c023d36404c9a3d6 /g10/pkclist.c | |
parent | * keygen.c (set_one_pref, keygen_set_std_prefs): Allow using the full (diff) | |
download | gnupg-ae1d1288ee2eb600f54976e07835ad026ccf189d.tar.gz gnupg-ae1d1288ee2eb600f54976e07835ad026ccf189d.zip |
* keyedit.c (sign_mk_attrib, trustsig_prompt, sign_uids, keyedit_menu):
Prompt for and create a trust signature with "tsign". This is functional,
but needs better UI text.
* build-packet.c (build_sig_subpkt): Able to build trust and regexp
subpackets.
* pkclist.c (do_edit_ownertrust): Comment.
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 780dde01a..1f71d2af5 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -306,6 +306,7 @@ do_edit_ownertrust (PKT_public_key *pk, int mode, print_fingerprint (pk, NULL, 2); tty_printf("\n"); } + /* This string also used in keyedit.c:sign_uids */ tty_printf (_( "Please decide how far you trust this user to correctly\n" "verify other users' keys (by looking at passports,\n" |