Commit 4963cf46 authored by tooomm's avatar tooomm
Browse files

Added text line about default selection

parent c328f28c
...@@ -281,7 +281,8 @@ ChooseSetsPage::ChooseSetsPage(QWidget *parent) ...@@ -281,7 +281,8 @@ ChooseSetsPage::ChooseSetsPage(QWidget *parent)
{ {
setTitle(tr("Sets selection")); setTitle(tr("Sets selection"));
setSubTitle(tr("The following sets has been found in the source file. " 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; checkBoxLayout = new QVBoxLayout;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment