aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/call-pinentry.c')
-rw-r--r--agent/call-pinentry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c
index 1f3bd5240..05d470f52 100644
--- a/agent/call-pinentry.c
+++ b/agent/call-pinentry.c
@@ -1078,7 +1078,8 @@ agent_askpin (ctrl_t ctrl,
{
/* 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. */
+ two %d give the current and maximum number of tries.
+ Do not translate the "SETERROR" keyword. */
snprintf (line, DIM(line), L_("SETERROR %s (try %d of %d)"),
errtext, pininfo->failed_tries+1, pininfo->max_tries);
rc = assuan_transact (entry_ctx, line,