From f5f4c6a18974982edb637ad3face8fc476c20483 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 19 Nov 2018 07:13:03 +0100 Subject: [PATCH] Add newline --- src/kmmainwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kmmainwidget.cpp b/src/kmmainwidget.cpp index 97894aacd..7e09f68e1 100644 --- a/src/kmmainwidget.cpp +++ b/src/kmmainwidget.cpp @@ -4846,9 +4846,9 @@ void KMMainWidget::setupUnifiedMailboxChecker() } const auto answer = KMessageBox::questionYesNo( - this, i18n("You have more than one email account set up. Do you want to enable the Unified Mailbox feature to " + this, i18n("You have more than one email account set up.\nDo you want to enable the Unified Mailbox feature to " "show unified content of your inbox, sent and drafts folders?\n" - "You can configure unified mailboxes, create custom ones or disable the feature completely in KMail's Plugin settings."), + "You can configure unified mailboxes, create custom ones or\ndisable the feature completely in KMail's Plugin settings."), i18n("Enable Unified Mailboxes?"), KGuiItem(i18n("Enable Unified Mailboxes"), QStringLiteral("dialog-ok")), KGuiItem(i18n("Cancel"), QStringLiteral("dialog-cancel")));