mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue