mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
typo: Fix a string in do_we_trust_pre.
--
This commit is contained in:
parent
d51499fdc5
commit
10dae15186
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue