agent: Fix comment for .po generation.

* agent/call-pinentry.c (setup_formatted_passphrase): Move comment to
inside.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2021-12-21 10:09:55 +09:00
parent 02b59e282e
commit c3db27fa85
1 changed files with 3 additions and 3 deletions

View File

@ -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 }
};