diff options
Diffstat (limited to 'agent/call-pinentry.c')
-rw-r--r-- | agent/call-pinentry.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index 45ec1b58e..bb55a3714 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -1065,10 +1065,10 @@ static gpg_error_t setup_formatted_passphrase (ctrl_t ctrl) { static const struct { const char *key, *help_id, *value; } tbl[] = { - /* TRANSLATORS: This is a text shown by pinentry if the option - for formatted passphrase is enabled. The length is - limited to about 900 characters. */ { "hint", "pinentry.formatted_passphrase.hint", + /* TRANSLATORS: This is a text shown by pinentry if the option + for formatted passphrase is enabled. The length is + limited to about 900 characters. */ N_("Note: The blanks are not part of the passphrase.") }, { NULL, NULL } }; |