diff --git a/g10/tofu.c b/g10/tofu.c index f97a3f781..f9aa68fc8 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -1456,9 +1456,10 @@ get_trust (struct db *dbs, const char *fingerprint, const char *email, && conflict && strcmp (conflict, fingerprint) != 0) { es_fprintf (fp, - _("%s raised a conflict with this binding. Since this" - " binding's policy was 'auto', it was changed to 'ask'. "), - binding); + _("The key %s raised a conflict with this binding. Since" + " this binding's policy was 'auto', it was changed to " + "'ask'. "), + conflict); binding_shown = 1; } es_fprintf (fp,