aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-08-16 10:42:06 +0000
committerWerner Koch <[email protected]>2007-08-16 10:42:06 +0000
commited801e377174a3b1bcbc3479e6364ee44b45f268 (patch)
treea33d8f5c41ff845affa1ca819ad3d8ca5c6975e1 /sm
parentDocumentaion updates. (diff)
downloadgnupg-ed801e377174a3b1bcbc3479e6364ee44b45f268.tar.gz
gnupg-ed801e377174a3b1bcbc3479e6364ee44b45f268.zip
About to do a releasegnupg-2.0.6
Diffstat (limited to 'sm')
-rw-r--r--sm/certchain.c2
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;
}