From c3db27fa85200a6d03df8f8b96ffc848a2ec0301 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 21 Dec 2021 10:09:55 +0900 Subject: agent: Fix comment for .po generation. * agent/call-pinentry.c (setup_formatted_passphrase): Move comment to inside. -- Signed-off-by: NIIBE Yutaka --- agent/call-pinentry.c | 6 +++--- 1 file 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 } }; -- cgit v1.2.3