[Commits] [SCM] claws branch, master, updated. 3.17.3-175-g807d52d
ticho at claws-mail.org
ticho at claws-mail.org
Wed May 8 21:41:03 CEST 2019
The branch, master has been updated
via 807d52d1411c55eafb021896466cf59afd5a439b (commit)
from 3a0e8459da41dc7ab67b69740cfb7bde96178f3a (commit)
Summary of changes:
src/plugins/pgpcore/select-keys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 807d52d1411c55eafb021896466cf59afd5a439b
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed May 8 21:29:37 2019 +0200
Fix markup in 'key not fully trusted' warning in pgpcore
diff --git a/src/plugins/pgpcore/select-keys.c b/src/plugins/pgpcore/select-keys.c
index 677c6f7..8002a03 100644
--- a/src/plugins/pgpcore/select-keys.c
+++ b/src/plugins/pgpcore/select-keys.c
@@ -700,7 +700,7 @@ use_untrusted (gpgme_key_t key, gpgme_user_id_t uid, gpgme_protocol_t proto)
buf = g_strdup_printf(_("This encryption key is not fully trusted.\n"
"If you choose to encrypt the message with this key, you don't\n"
"know for sure that it will go to the person you mean it to.\n\n"
- "Key details: ID %s, primary identity %s <%s>\n\n"
+ "Key details: ID %s, primary identity %s <%s>\n\n"
"Do you trust this key enough to use it anyway?"),
key->subkeys->keyid, key->uids->name, key->uids->email);
aval = alertpanel(title, buf,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list