1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-05 12:31:50 +01:00

g10: Improve text.

* g10/tofu.c (show_statistics): Improve the text (key and user id, not
just key).

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2016-09-01 13:17:54 +02:00
parent 00c2850393
commit 0cb0ea1633

View File

@ -2281,10 +2281,10 @@ show_statistics (tofu_dbs_t dbs, const char *fingerprint,
if (messages == 0) if (messages == 0)
log_info (_("Warning: we've have yet to see" log_info (_("Warning: we've have yet to see"
" a message signed by this key!\n")); " a message signed by this key and user id!\n"));
else if (messages == 1) else if (messages == 1)
log_info (_("Warning: we've only seen a" log_info (_("Warning: we've only seen a single message"
" single message signed by this key!\n")); " signed by this key and user id!\n"));
set_policy_command = set_policy_command =
xasprintf ("gpg --tofu-policy bad %s", fingerprint); xasprintf ("gpg --tofu-policy bad %s", fingerprint);
@ -2292,8 +2292,8 @@ show_statistics (tofu_dbs_t dbs, const char *fingerprint,
tmpmsg = xasprintf tmpmsg = xasprintf
(ngettext (ngettext
("Warning: if you think you've seen more than %ld message " ("Warning: if you think you've seen more than %ld message "
"signed by this key, then this key might be a forgery! " "signed by this key and user id, then this key might be a "
"Carefully examine the email address for small " "forgery! Carefully examine the email address for small "
"variations. If the key is suspect, then use\n" "variations. If the key is suspect, then use\n"
" %s\n" " %s\n"
"to mark it as being bad.\n", "to mark it as being bad.\n",