chiark / gitweb /
gpg: Remove period at end of warning.
authorNeal H. Walfield <neal@g10code.com>
Fri, 6 Jan 2017 10:51:08 +0000 (11:51 +0100)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 14 Feb 2017 00:29:34 +0000 (00:29 +0000)
* g10/tofu.c (tofu_register_encryption): Remove period at end of
warning.

Signed-off-by: Neal H. Walfield <neal@g10code.com>
(cherry picked from commit 6f9d8a956b2ca0f5a0eb7acc656fc17af2f2de47)

Gbp-Pq: Name 0020-gpg-Remove-period-at-end-of-warning.patch

g10/tofu.c

index 8d535fa6c01abbc11f048550a41d187114d2838e..149a18545aee26278aff9e9d55d3fa3565ba0757 100644 (file)
@@ -3480,7 +3480,7 @@ tofu_register_encryption (ctrl_t ctrl,
 
       if (! user_id_list)
         log_info (_("WARNING: Encrypting to %s, which has no "
-                    "non-revoked user ids.\n"),
+                    "non-revoked user ids\n"),
                   keystr (pk->keyid));
     }