1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* pkclist.c (do_edit_ownertrust): Add a note to translators.

* keygen.c (ask_user_id): Ditto.

* helptext.c: Typo fix.
This commit is contained in:
Werner Koch 2004-10-15 09:39:25 +00:00
parent e4b885e1d7
commit 450f0d770b
4 changed files with 31 additions and 2 deletions

View file

@ -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 )