diff options
author | Werner Koch <[email protected]> | 2004-10-15 09:39:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-15 09:39:25 +0000 |
commit | 450f0d770bebefd356520983b50ff67feff31986 (patch) | |
tree | 5ef4d3a39a460d6151e92de98d788cd67a931a55 /g10/helptext.c | |
parent | Rebuilt (diff) | |
download | gnupg-450f0d770bebefd356520983b50ff67feff31986.tar.gz gnupg-450f0d770bebefd356520983b50ff67feff31986.zip |
* pkclist.c (do_edit_ownertrust): Add a note to translators.
* keygen.c (ask_user_id): Ditto.
* helptext.c: Typo fix.
Diffstat (limited to '')
-rw-r--r-- | g10/helptext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index 820f1b182..5a8c0065c 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -182,7 +182,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { )}, { "keyedit.sign_all.okay", N_( - "Answer \"yes\" is you want to sign ALL the user IDs" + "Answer \"yes\" if you want to sign ALL the user IDs" )}, { "keyedit.remove.uid.okay", N_( |