mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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:
parent
7440119e72
commit
6f9d8a956b
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue