mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Merge pull request #602 from tooomm/oracle-add-default-selection-info
Added text line about default sets selection in Oracle
This commit is contained in:
commit
486690408d
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue