From 10dae1518633760db28e6f46cd0c6f4b6123013a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 19 Dec 2016 16:27:21 +0100 Subject: [PATCH] typo: Fix a string in do_we_trust_pre. -- --- g10/pkclist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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