diff --git a/apps/launcher/maindialog.cpp b/apps/launcher/maindialog.cpp
index 1a5b4d2e93..e5da3431ab 100644
--- a/apps/launcher/maindialog.cpp
+++ b/apps/launcher/maindialog.cpp
@@ -182,8 +182,9 @@ bool MainDialog::showFirstRunDialog()
Q_UNUSED(skipButton); // Surpress compiler unused warning
msgBox.setStandardButtons(QDialogButtonBox::NoButton);
- msgBox.setText(tr("
An existing Morrowind configuration was detected
\
- Would you like to import settings from Morrowind.ini?
"));
+ msgBox.setText(tr("
An existing Morrowind configuration was detected
\
+
Would you like to import settings from Morrowind.ini?
\
+
Warning: In most cases OpenMW needs these settings to run properly
"));
msgBox.setCheckBoxText(tr("Include selected masters and plugins (creates a new profile)"));
msgBox.exec();