mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Remove extra set of braces.
This commit is contained in:
parent
ed97636d17
commit
6fd3fd55a9
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ void AppearanceSettingsPage::retranslateUi()
|
||||||
showVisualDeckStorageOnLoadCheckBox.setText(tr("Show visual deck storage on database load"));
|
showVisualDeckStorageOnLoadCheckBox.setText(tr("Show visual deck storage on database load"));
|
||||||
visualDeckStorageDrawUnusedColorIdentitiesCheckBox.setText(
|
visualDeckStorageDrawUnusedColorIdentitiesCheckBox.setText(
|
||||||
tr("Draw missing color identities in visual deck storage without color label"));
|
tr("Draw missing color identities in visual deck storage without color label"));
|
||||||
visualDeckStorageUnusedColorIdentitiesOpacityLabel.setText((tr("Missing color identity opacity")));
|
visualDeckStorageUnusedColorIdentitiesOpacityLabel.setText(tr("Missing color identity opacity"));
|
||||||
visualDeckStorageUnusedColorIdentitiesOpacitySpinBox.setSuffix("%");
|
visualDeckStorageUnusedColorIdentitiesOpacitySpinBox.setSuffix("%");
|
||||||
|
|
||||||
cardsGroupBox->setTitle(tr("Card rendering"));
|
cardsGroupBox->setTitle(tr("Card rendering"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue