aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2017-01-06 10:51:08 +0000
committerNeal H. Walfield <[email protected]>2017-02-02 12:26:41 +0000
commit6f9d8a956b2ca0f5a0eb7acc656fc17af2f2de47 (patch)
treed6a25d13780ec788e8745e24a51c948f18254c98 /g10/tofu.c
parentdirmngr: New option --no-use-tor and internal changes. (diff)
downloadgnupg-6f9d8a956b2ca0f5a0eb7acc656fc17af2f2de47.tar.gz
gnupg-6f9d8a956b2ca0f5a0eb7acc656fc17af2f2de47.zip
gpg: Remove period at end of warning.
* g10/tofu.c (tofu_register_encryption): Remove period at end of warning. Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'g10/tofu.c')
-rw-r--r--g10/tofu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index 8d535fa6c..149a18545 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -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));
}