mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
agent: Add translatable text for Caps Lock hint
* agent/call-pinentry.c (start_pinentry): Add new default text. -- GnuPG-bug-id: 4950
This commit is contained in:
parent
0d6b4210cf
commit
b2a6e5b516
@ -553,6 +553,7 @@ start_pinentry (ctrl_t ctrl)
|
||||
"passphrase visible on the screen?") },
|
||||
{ "tt-visi",N_("|pinentry-tt|Make passphrase visible") },
|
||||
{ "tt-hide",N_("|pinentry-tt|Hide passphrase") },
|
||||
{ "capshint", N_("Caps Lock is on") },
|
||||
{ NULL, NULL}
|
||||
};
|
||||
char *optstr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user