From 94e663885b35ff01f2bb848b6719043ff7fc612a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Wed, 22 Aug 2012 12:54:37 -0400 Subject: Actually show translators comments in PO files -- --- scd/app-openpgp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scd/app-openpgp.c') 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) -- cgit v1.2.3