chiark / gitweb /
gnupg2 (2.1.18-8~deb9u1) stretch; urgency=medium
[gnupg2.git] / debian / patches / 0020-gpg-Remove-period-at-end-of-warning.patch
1 From: "Neal H. Walfield" <neal@g10code.com>
2 Date: Fri, 6 Jan 2017 11:51:08 +0100
3 Subject: gpg: Remove period at end of warning.
4
5 * g10/tofu.c (tofu_register_encryption): Remove period at end of
6 warning.
7
8 Signed-off-by: Neal H. Walfield <neal@g10code.com>
9 (cherry picked from commit 6f9d8a956b2ca0f5a0eb7acc656fc17af2f2de47)
10 ---
11  g10/tofu.c | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/g10/tofu.c b/g10/tofu.c
15 index 8d535fa6c..149a18545 100644
16 --- a/g10/tofu.c
17 +++ b/g10/tofu.c
18 @@ -3480,7 +3480,7 @@ tofu_register_encryption (ctrl_t ctrl,
19  
20        if (! user_id_list)
21          log_info (_("WARNING: Encrypting to %s, which has no "
22 -                    "non-revoked user ids.\n"),
23 +                    "non-revoked user ids\n"),
24                    keystr (pk->keyid));
25      }
26