1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

gpg: Fix message formatting.

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

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2015-11-03 15:51:29 +01:00
parent 8ae3946d28
commit c8ef9f9a64

View File

@ -1876,7 +1876,7 @@ get_trust (struct dbs *dbs, const char *fingerprint, const char *email,
char *conflict_pp = fingerprint_format (conflict); char *conflict_pp = fingerprint_format (conflict);
es_fprintf (fp, es_fprintf (fp,
_("The key %s raised a conflict with this binding (%s)." _("The key %s raised a conflict with this binding (%s)."
" Since this binding's policy was 'auto', it was" " Since this binding's policy was 'auto', it was "
"changed to 'ask'. "), "changed to 'ask'. "),
conflict_pp, binding); conflict_pp, binding);
xfree (conflict_pp); xfree (conflict_pp);
@ -2069,7 +2069,7 @@ get_trust (struct dbs *dbs, const char *fingerprint, const char *email,
"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" "Alternatively, a new key may indicate a man-in-the-middle "
"attack! Before accepting this key, you should talk to or " "attack! Before accepting this key, you should talk to or "
"call the person 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);