diff --git a/Source/Core/DolphinQt2/InDevelopmentWarning.cpp b/Source/Core/DolphinQt2/InDevelopmentWarning.cpp index aef83ffcff..bacbf6de21 100644 --- a/Source/Core/DolphinQt2/InDevelopmentWarning.cpp +++ b/Source/Core/DolphinQt2/InDevelopmentWarning.cpp @@ -59,16 +59,15 @@ InDevelopmentWarning::InDevelopmentWarning(QWidget* parent) icon->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); QString body_text = tr( - "

DolphinQt is a new experimental GUI that is eventually intended to replace " - "the current GUI based on wxWidgets. The implementation is very " - "incomplete, even basic functionality like changing settings and " - "attaching gamepads may be missing or not work at all.

\n" - "

Only developers working on the DolphinQt implementation should use it at " + "

DolphinQt is a new experimental GUI that is intended to replace " + "the current GUI based on wxWidgets. The implementation is currently " + "incomplete so some functionality (like changing certain settings) may be missing.

\n" + "

Only developers working on the DolphinQt implementation and curious testers should use " + "it at " "the present time; normal users are recommended to continue using the " "older DolphinWX GUI for the time being.

\n" - "

Bug Reports: At the current time there is no point making bug reports " - "about the DolphinQt GUI as the list of what is broken is much longer " - "than the list of things that work.

\n"); + "

Bug Reports

At the current time there is no point making bug reports " + "about DolphinQt GUI's missing features as the developers are already aware of those.

\n"); body->setText(body_text); body->setWordWrap(true); body->setForegroundRole(QPalette::Text);