1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-27 21:41:23 +02:00

agent: Add translatable text for Caps Lock hint

* agent/call-pinentry.c (start_pinentry): Add new default text.
--

GnuPG-bug-id: 4950
(cherry picked from commit b2a6e5b516)
This commit is contained in:
Ingo Klöcker 2021-07-21 12:36:18 +02:00 committed by Werner Koch
parent e4f61df850
commit 37d7ee8b98
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

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;