mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-20 14:37:08 +01: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:
parent
7440119e72
commit
6f9d8a956b
@ -3480,7 +3480,7 @@ tofu_register_encryption (ctrl_t ctrl,
|
|||||||
|
|
||||||
if (! user_id_list)
|
if (! user_id_list)
|
||||||
log_info (_("WARNING: Encrypting to %s, which has no "
|
log_info (_("WARNING: Encrypting to %s, which has no "
|
||||||
"non-revoked user ids.\n"),
|
"non-revoked user ids\n"),
|
||||||
keystr (pk->keyid));
|
keystr (pk->keyid));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user