mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
Set special value text.
Took 12 minutes
This commit is contained in:
parent
c9dd4c51f8
commit
7580bd0dc6
1 changed files with 2 additions and 1 deletions
|
|
@ -684,7 +684,8 @@ void AppearanceSettingsPage::retranslateUi()
|
||||||
themeLabel.setText(tr("Current theme:"));
|
themeLabel.setText(tr("Current theme:"));
|
||||||
openThemeButton.setText(tr("Open themes folder"));
|
openThemeButton.setText(tr("Open themes folder"));
|
||||||
homeTabBackgroundSourceLabel.setText(tr("Home tab background source:"));
|
homeTabBackgroundSourceLabel.setText(tr("Home tab background source:"));
|
||||||
homeTabBackgroundShuffleFrequencyLabel.setText(tr("Home tab background shuffle frequency (0 to disable):"));
|
homeTabBackgroundShuffleFrequencyLabel.setText(tr("Home tab background shuffle frequency:"));
|
||||||
|
homeTabBackgroundShuffleFrequencySpinBox.setSpecialValueText(tr("Disabled"));
|
||||||
|
|
||||||
menuGroupBox->setTitle(tr("Menu settings"));
|
menuGroupBox->setTitle(tr("Menu settings"));
|
||||||
showShortcutsCheckBox.setText(tr("Show keyboard shortcuts in right-click menus"));
|
showShortcutsCheckBox.setText(tr("Show keyboard shortcuts in right-click menus"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue