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

About to do a release

This commit is contained in:
Werner Koch 2007-08-16 10:42:06 +00:00
parent d20d11a0ee
commit ed801e3771
36 changed files with 966 additions and 1092 deletions

View file

@ -1628,7 +1628,7 @@ gpgsm_validate_chain (ctrl_t ctrl, ksba_cert_t cert, ksba_isotime_t checktime,
if (opt.verbose)
do_list (0, listmode, listfp, _("validation model used: %s"),
(*retflags & VALIDATE_FLAG_CHAIN_MODEL)?
_("chain model"):_("shell model"));
_("chain"):_("shell"));
return rc;
}