diff options
author | Ingo Klöcker <[email protected]> | 2021-07-21 10:36:18 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2021-07-21 10:57:44 +0000 |
commit | b2a6e5b5169602052ae87d38588bdd3bd76fddad (patch) | |
tree | a3f21d6e7b4cce747cbd80b8a1d462c570ea610b | |
parent | scd: Fix access to list of cards (3/3). (diff) | |
download | gnupg-b2a6e5b5169602052ae87d38588bdd3bd76fddad.tar.gz gnupg-b2a6e5b5169602052ae87d38588bdd3bd76fddad.zip |
agent: Add translatable text for Caps Lock hint
* agent/call-pinentry.c (start_pinentry): Add new default text.
--
GnuPG-bug-id: 4950
-rw-r--r-- | agent/call-pinentry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index dd60c2e4c..65ba3c23b 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -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; |