commit 807d52d1411c55eafb021896466cf59afd5a439b
parent 3a0e8459da41dc7ab67b69740cfb7bde96178f3a
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Wed, 8 May 2019 21:29:37 +0200
Fix markup in 'key not fully trusted' warning in pgpcore
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,