[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-743-g68486f4
ticho at claws-mail.org
ticho at claws-mail.org
Wed May 8 21:30:25 CEST 2019
The branch, gtk3 has been updated
via 68486f4da92fe1f07fd8be5d2d5ca99f913e8110 (commit)
from e83ef13409c08ab1e2ec1ecd3387d15c048c925f (commit)
Summary of changes:
src/plugins/pgpcore/select-keys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 68486f4da92fe1f07fd8be5d2d5ca99f913e8110
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