[Pkg-gnupg-commit] [gnupg2] 40/118: g10: Improve text.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 15 18:25:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch encoding-and-speling
in repository gnupg2.

commit 0cb0ea1633955fb7acd33fe993a4ae4e96e83ae3
Author: Neal H. Walfield <neal at g10code.com>
Date:   Thu Sep 1 13:17:54 2016 +0200

    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 at g10code.com>
---
 g10/tofu.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index 14d361b..2161cee 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -2281,10 +2281,10 @@ show_statistics (tofu_dbs_t dbs, const char *fingerprint,
 
 	      if (messages == 0)
 		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)
-		log_info (_("Warning: we've only seen a"
-                            " single message signed by this key!\n"));
+		log_info (_("Warning: we've only seen a single message"
+                            " signed by this key and user id!\n"));
 
 	      set_policy_command =
 		xasprintf ("gpg --tofu-policy bad %s", fingerprint);
@@ -2292,8 +2292,8 @@ show_statistics (tofu_dbs_t dbs, const char *fingerprint,
               tmpmsg = xasprintf
                 (ngettext
                  ("Warning: if you think you've seen more than %ld message "
-                  "signed by this key, then this key might be a forgery!  "
-                  "Carefully examine the email address for small "
+                  "signed by this key and user id, then this key might be a "
+                  "forgery!  Carefully examine the email address for small "
                   "variations.  If the key is suspect, then use\n"
                   "  %s\n"
                   "to mark it as being bad.\n",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list