diff options
author | Werner Koch <wk@gnupg.org> | 2016-12-19 16:27:21 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-12-19 16:39:26 +0100 |
commit | 10dae1518633760db28e6f46cd0c6f4b6123013a (patch) | |
tree | fca336962927b9f1e1b7e91463b7c221d8714ea3 /g10/pkclist.c | |
parent | dirmngr,w32: Hack around a select problem. (diff) | |
download | gnupg2-10dae1518633760db28e6f46cd0c6f4b6123013a.tar.xz gnupg2-10dae1518633760db28e6f46cd0c6f4b6123013a.zip |
typo: Fix a string in do_we_trust_pre.
--
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 |