diff options
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)"), |