diff options
Diffstat (limited to 'g10/keygen.c')
-rw-r--r-- | g10/keygen.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index c53256c33..e03fb60d3 100644 --- a/g10/keygen.c +++ b/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 ) |