diff options
author | Werner Koch <[email protected]> | 2005-03-30 10:39:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-03-30 10:39:13 +0000 |
commit | 1985805cdf353ab557989cf50a5838ce3b6f8524 (patch) | |
tree | 7e3167883cc4c972d9f94a76e7c4d93f5f2b0396 /g10/app-openpgp.c | |
parent | (rndw32_gather_random_fast): While adding data use the (diff) | |
download | gnupg-1985805cdf353ab557989cf50a5838ce3b6f8524.tar.gz gnupg-1985805cdf353ab557989cf50a5838ce3b6f8524.zip |
(pin_cb): Print a warning if the info string hack is
not there. This may happen due to typos in the translation.
Diffstat (limited to '')
-rw-r--r-- | g10/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/app-openpgp.c b/g10/app-openpgp.c index fca0a98b7..5948edde5 100644 --- a/g10/app-openpgp.c +++ b/g10/app-openpgp.c @@ -1012,7 +1012,7 @@ do_change_pin (app_t app, ctrl_t ctrl, const char *chvnostr, int reset_mode, else app->did_chv1 = app->did_chv2 = 0; - /* Note to translators: Do not translate the "|*|" prefixes but + /* 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, chvno == 3? _("|AN|New Admin PIN") : _("|N|New PIN"), |