diff options
| author | David Shaw <[email protected]> | 2004-10-06 21:50:23 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2004-10-06 21:50:23 +0000 |
| commit | b1e2c5398fb7467d3a72072a0da65424b30de937 (patch) | |
| tree | fc435c0cba7819ff6d8e555c9f01fd05738a3257 /g10/helptext.c | |
| parent | * keyedit.c (sign_uids, ask_revoke_sig): Improve translatability of user (diff) | |
| download | gnupg-b1e2c5398fb7467d3a72072a0da65424b30de937.tar.gz gnupg-b1e2c5398fb7467d3a72072a0da65424b30de937.zip | |
* helptext.c, pkclist.c (do_we_trust): It is not possible to get here with
a revoked or expired key, so BUG() that case. Remove question about
overriding revoked/expired. Also --keyid-format-ify. (do_we_trust_pre):
Use print_pubkey_info() instead of printing the info ourselves.
* passphrase.c (passphrase_to_dek): Improve translatability of user ID
prompts.
* keylist.c (print_pubkey_info): Use the user ID the pk was selected by,
if any.
Diffstat (limited to 'g10/helptext.c')
| -rw-r--r-- | g10/helptext.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index ebaa48501..820f1b182 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -57,10 +57,6 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { "ultimately trusted\n" )}, -{ "revoked_key.override", N_( -"If you want to use this revoked key anyway, answer \"yes\"." -)}, - { "untrusted_key.override", N_( "If you want to use this untrusted key anyway, answer \"yes\"." )}, |
