diff options
author | Ingo Klöcker <[email protected]> | 2021-07-21 10:36:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-03-07 13:08:38 +0000 |
commit | 37d7ee8b9846ce03770bf2b47944583a22fd7704 (patch) | |
tree | ad56cc729b8bddaf6e6bcc3410a9f02900ba3e41 | |
parent | gpg: Implement encryption to ADSKs. (diff) | |
download | gnupg-37d7ee8b9846ce03770bf2b47944583a22fd7704.tar.gz gnupg-37d7ee8b9846ce03770bf2b47944583a22fd7704.zip |
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 b2a6e5b5169602052ae87d38588bdd3bd76fddad)
-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 2fdda64a8..cbb6baeaf 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; |