mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
po: Fix an accidentally translated keyword in zh_TW.
-- GnuPG-bug-id: 4737 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
76d606d95d
commit
3ae5cefc64
2 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue