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:
parent
e4b885e1d7
commit
450f0d770b
4 changed files with 31 additions and 2 deletions
11
g10/keygen.c
11
g10/keygen.c
|
@ -1713,6 +1713,17 @@ ask_user_id( int mode )
|
|||
}
|
||||
|
||||
for(;;) {
|
||||
/* Note to translators: These are the allowed answers in
|
||||
lower and uppercase. Below you will find the matching
|
||||
string which should be translated accordingly and the
|
||||
letter changed to match the one in the answer string.
|
||||
|
||||
n = Change name
|
||||
c = Change comment
|
||||
e = Change email
|
||||
o = Okay (ready, continue)
|
||||
q = Quit
|
||||
*/
|
||||
const char *ansstr = _("NnCcEeOoQq");
|
||||
|
||||
if( strlen(ansstr) != 10 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue