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")));