aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index b117dcc1e..480b17535 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -302,7 +302,7 @@ do_we_trust( PKT_public_key *pk, int trustlevel )
case TRUST_ULTIMATE:
if( opt.verbose )
- log_info(_("This key belongs to us (we have the secret key)\n"));
+ log_info(_("This key belongs to us\n"));
return 1; /* yes */
default: BUG();