Commit 0454f9c2 authored by Matt Lowe's avatar Matt Lowe
Browse files

Added title for sound settings

parent d3a7320c
...@@ -569,6 +569,7 @@ void UserInterfaceSettingsPage::retranslateUi() ...@@ -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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment