aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c
diff options
context:
space:
mode:
authorDavid Prévot <[email protected]>2012-08-22 16:54:37 +0000
committerWerner Koch <[email protected]>2012-08-24 07:42:31 +0000
commit94e663885b35ff01f2bb848b6719043ff7fc612a (patch)
tree4844dcc3619269108c928b20e537dae59573ac0f /scd/app-openpgp.c
parentKeep previous msgids of translated messages (diff)
downloadgnupg-94e663885b35ff01f2bb848b6719043ff7fc612a.tar.gz
gnupg-94e663885b35ff01f2bb848b6719043ff7fc612a.zip
Actually show translators comments in PO files
--
Diffstat (limited to 'scd/app-openpgp.c')
-rw-r--r--scd/app-openpgp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 0dd20e2c3..9c8ef59cb 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -2081,8 +2081,7 @@ do_change_pin (app_t app, ctrl_t ctrl, const char *chvnostr,
/* TRANSLATORS: Do not translate the "|*|" prefixes but
keep it at the start of the string. We need this elsewhere
to get some infos on the string. */
- rc = pincb (pincb_arg,
- set_resetcode? _("|RN|New Reset Code") :
+ rc = pincb (pincb_arg, set_resetcode? _("|RN|New Reset Code") :
chvno == 3? _("|AN|New Admin PIN") : _("|N|New PIN"),
&pinvalue);
if (rc)