diff options
author | Werner Koch <[email protected]> | 2007-08-16 10:42:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-08-16 10:42:06 +0000 |
commit | ed801e377174a3b1bcbc3479e6364ee44b45f268 (patch) | |
tree | a33d8f5c41ff845affa1ca819ad3d8ca5c6975e1 /sm | |
parent | Documentaion updates. (diff) | |
download | gnupg-ed801e377174a3b1bcbc3479e6364ee44b45f268.tar.gz gnupg-ed801e377174a3b1bcbc3479e6364ee44b45f268.zip |
About to do a releasegnupg-2.0.6
Diffstat (limited to 'sm')
-rw-r--r-- | sm/certchain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certchain.c b/sm/certchain.c index fc6e28de7..c2f61aa28 100644 --- a/sm/certchain.c +++ b/sm/certchain.c @@ -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; } |