mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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:
parent
02b59e282e
commit
c3db27fa85
@ -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 }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user