mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
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…
Add table
Add a link
Reference in a new issue