From 89e36914e8367a5fa75ba4633ac36f1751809665 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sun, 23 Apr 2017 17:33:28 +0200 Subject: [PATCH] Fix tooltip appereance Summary: Split the text in two paragraphs, otherwise the tooltip will displayed as a single *very long* line. Reviewers: mlaurent Subscribers: #kde_pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D5553 --- src/ui/cryptopage.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/cryptopage.ui b/src/ui/cryptopage.ui index e720e6a..fb203b0 100644 --- a/src/ui/cryptopage.ui +++ b/src/ui/cryptopage.ui @@ -49,7 +49,7 @@ - When sending mails KMail automatically looks for encryption keys of your recipients and secures the mail when keys for each recipient can be found. It also signs your mails cryptographically so that it can be verified that your messages have not been tampered with. + <html><head/><body><p>When sending mails KMail automatically looks for encryption keys of your recipients and secures the mail when keys for each recipient can be found.</p><p>It also signs your mails cryptographically so that it can be verified that your messages have not been tampered with.</p></body></html> Secure outgoing emails, if possible -- GitLab