1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-31 22:18:03 +02:00

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 <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2017-01-06 11:51:08 +01:00
parent 7440119e72
commit 6f9d8a956b

View 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));
}