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:
Ingo Klöcker 2021-07-21 12:36:18 +02:00
parent 0d6b4210cf
commit b2a6e5b516
1 changed files with 1 additions and 0 deletions

View File

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