diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 0426da890..288affc13 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -481,7 +481,7 @@ do_we_trust_pre( PKT_public_key *pk, unsigned int trustlevel ) if ((trustlevel & TRUST_MASK) == TRUST_NEVER) tty_printf( - _("This key has is bad! It has been marked as untrusted! If you\n" + _("This key is bad! It has been marked as untrusted! If you\n" "*really* know what you are doing, you may answer the next\n" "question with yes.\n")); else |