mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
[Settings] Fix typo for schemeComboLabel (#6897)
Took 6 minutes Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
117ea543c5
commit
059eeebe89
1 changed files with 1 additions and 1 deletions
|
|
@ -773,7 +773,7 @@ void AppearanceSettingsPage::retranslateUi()
|
|||
themeGroupBox->setTitle(tr("Theme settings"));
|
||||
themeLabel.setText(tr("Current theme:"));
|
||||
openThemeButton.setText(tr("Open themes folder"));
|
||||
schemeComboLabel.setText(tr("Active theme palette"));
|
||||
schemeComboLabel.setText(tr("Active theme palette:"));
|
||||
editPaletteButton.setText(tr("Edit theme palette"));
|
||||
homeTabBackgroundSourceLabel.setText(tr("Home tab background source:"));
|
||||
homeTabBackgroundShuffleFrequencyLabel.setText(tr("Home tab background shuffle frequency:"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue