diff options
author | NIIBE Yutaka <[email protected]> | 2021-12-21 01:09:55 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2021-12-21 01:11:04 +0000 |
commit | c3db27fa85200a6d03df8f8b96ffc848a2ec0301 (patch) | |
tree | 38c8e0236b6346f379a85a36fb2d66057af4573a /agent/call-pinentry.c | |
parent | Post release updates. (diff) | |
download | gnupg-c3db27fa85200a6d03df8f8b96ffc848a2ec0301.tar.gz gnupg-c3db27fa85200a6d03df8f8b96ffc848a2ec0301.zip |
agent: Fix comment for .po generation.
* agent/call-pinentry.c (setup_formatted_passphrase): Move comment to
inside.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
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 } }; |