1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

gpg: Fix formatting.

* g10/tofu.c (get_trust): Fix formatting.

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2015-10-19 10:36:21 +02:00
parent e56a116f9a
commit 253afa2444

View File

@ -1634,12 +1634,12 @@ get_trust (struct db *dbs, const char *fingerprint, const char *email,
if (strcmp (text, "TOFU detected a binding conflict") == 0) if (strcmp (text, "TOFU detected a binding conflict") == 0)
/* No translation. Use the English text. */ /* No translation. Use the English text. */
text = text =
"Normally, there is only a single key associated with an email" "Normally, there is only a single key associated with an email "
"address. However, people sometimes generate a new key if" "address. However, people sometimes generate a new key if "
"their key is too old or they think it might be compromised." "their key is too old or they think it might be compromised. "
"Alternatively, a new key may indicate a man-in-the-middle attack!" "Alternatively, a new key may indicate a man-in-the-middle"
"Before accepting this key, you should talk to or call the person" "attack! Before accepting this key, you should talk to or "
"to make sure this new key is legitimate."; "call the person to make sure this new key is legitimate.";
es_fprintf (fp, "\n%s\n", text); es_fprintf (fp, "\n%s\n", text);
} }