From b2a6e5b5169602052ae87d38588bdd3bd76fddad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 21 Jul 2021 12:36:18 +0200 Subject: [PATCH] agent: Add translatable text for Caps Lock hint * agent/call-pinentry.c (start_pinentry): Add new default text. -- GnuPG-bug-id: 4950 --- agent/call-pinentry.c | 1 + 1 file changed, 1 insertion(+) 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;