Added text line about default selection
This commit is contained in:
parent
c328f28cde
commit
4963cf4618
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue