Added title for sound settings
This commit is contained in:
parent
d3a7320ce2
commit
0454f9c24b
1 changed files with 1 additions and 0 deletions
|
@ -569,6 +569,7 @@ void UserInterfaceSettingsPage::retranslateUi()
|
||||||
soundEnabledCheckBox->setText(tr("Enable &sounds"));
|
soundEnabledCheckBox->setText(tr("Enable &sounds"));
|
||||||
soundPathLabel->setText(tr("Path to sounds directory:"));
|
soundPathLabel->setText(tr("Path to sounds directory:"));
|
||||||
soundTestButton->setText(tr("Test system sound engine"));
|
soundTestButton->setText(tr("Test system sound engine"));
|
||||||
|
soundGroupBox->setTitle(tr("Sound settings"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void UserInterfaceSettingsPage::soundPathClearButtonClicked()
|
void UserInterfaceSettingsPage::soundPathClearButtonClicked()
|
||||||
|
|
Loading…
Reference in a new issue