mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Rename setting label for clarity
Took 2 minutes
This commit is contained in:
parent
6435ccc5b5
commit
1697e03f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ void DlgCreateGame::sharedCtor()
|
||||||
startingLifeTotalEdit->setValue(20);
|
startingLifeTotalEdit->setValue(20);
|
||||||
startingLifeTotalLabel->setBuddy(startingLifeTotalEdit);
|
startingLifeTotalLabel->setBuddy(startingLifeTotalEdit);
|
||||||
|
|
||||||
shareDecklistsOnLoadLabel = new QLabel(tr("Share decklists on load"));
|
shareDecklistsOnLoadLabel = new QLabel(tr("Open Decklists in Lobby"));
|
||||||
shareDecklistsOnLoadCheckBox = new QCheckBox();
|
shareDecklistsOnLoadCheckBox = new QCheckBox();
|
||||||
shareDecklistsOnLoadLabel->setBuddy(shareDecklistsOnLoadCheckBox);
|
shareDecklistsOnLoadLabel->setBuddy(shareDecklistsOnLoadCheckBox);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue