diff options
author | David Prévot <[email protected]> | 2012-08-22 16:54:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-08-24 07:42:31 +0000 |
commit | 94e663885b35ff01f2bb848b6719043ff7fc612a (patch) | |
tree | 4844dcc3619269108c928b20e537dae59573ac0f /agent/call-pinentry.c | |
parent | Keep previous msgids of translated messages (diff) | |
download | gnupg-94e663885b35ff01f2bb848b6719043ff7fc612a.tar.gz gnupg-94e663885b35ff01f2bb848b6719043ff7fc612a.zip |
Actually show translators comments in PO files
--
Diffstat (limited to 'agent/call-pinentry.c')
-rw-r--r-- | agent/call-pinentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index 381d0f0a6..c37831a05 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -818,7 +818,7 @@ agent_askpin (ctrl_t ctrl, if (errtext) { - /* TRANLATORS: The string is appended to an error message in + /* TRANSLATORS: The string is appended to an error message in the pinentry. The %s is the actual error message, the two %d give the current and maximum number of tries. */ snprintf (line, DIM(line)-1, _("SETERROR %s (try %d of %d)"), |