1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Actually show translators comments in PO files

--

Note that strings marked for gettext need to immediately follow a
TRANSLATOR comment block.
This commit is contained in:
David Prévot 2012-08-05 18:22:46 -04:00 committed by Werner Koch
parent bc317df59a
commit e393ae3e29
4 changed files with 8 additions and 9 deletions

View file

@ -2056,8 +2056,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)