diff --git a/oracle/src/oraclewizard.cpp b/oracle/src/oraclewizard.cpp index b9a13eee..8eef971f 100644 --- a/oracle/src/oraclewizard.cpp +++ b/oracle/src/oraclewizard.cpp @@ -281,7 +281,8 @@ ChooseSetsPage::ChooseSetsPage(QWidget *parent) { setTitle(tr("Sets selection")); setSubTitle(tr("The following sets has been found in the source file. " - "Please mark the sets that will be imported.")); + "Please mark the sets that will be imported.\n" + "All core and expansion sets are selected by default.")); checkBoxLayout = new QVBoxLayout;