Added title for sound settings

This commit is contained in:
Matt Lowe 2015-01-15 00:01:12 +01:00
parent d3a7320ce2
commit 0454f9c24b

View file

@ -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()