diff options
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index 77497b6ce..fb919dc44 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -49,6 +49,13 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { "to do with the (implicitly created) web-of-certificates." )}, +{ "edit_ownertrust.set_ultimate.okay", N_( + "To build the Web-of-Trust, GnuPG needs to know which keys are\n" + "ultimately trusted - those are usually the keys for which you have\n" + "access to the secret key. Answer \"yes\" to set this key to\n" + "ultimately trusted\n" +)}, + { "revoked_key.override", N_( "If you want to use this revoked key anyway, answer \"yes\"." )}, @@ -203,14 +210,6 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { "self-signatures fill be advanced by one second.\n" )}, -{ "keyedit.trust.set_ultimate.okay", N_( - "To build the Web-of-Trust, GnuPG needs to know which keys are\n" - "ultimately trusted - those are usually the keys for which you have\n" - "access to the secret key. Answer \"yes\" to set this key to\n" - "ultimately trusted; if you choose not to do so, you will then be\n" - "taken to the regular ownertrust menu.\n" -)}, - { "passphrase.enter", N_( "" |