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/pkclist.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 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index b24d24bf2..36947e0f6 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -190,7 +190,18 @@ do_edit_ownertrust (PKT_public_key *pk, int mode, keyid_from_pk (pk, keyid); for(;;) { - /* a string with valid answers */ + /* A string with valid answers. + + Note to translators: These are the allowed answers in lower and + uppercase. Below you will find the matching strings which + should be translated accordingly and the letter changed to + match the one in the answer string. + + i = please show me more information + m = back to the main menu + s = skip this key + q = quit + */ const char *ans = _("iImMqQsS"); if( !did_help ) |