Merge pull request #553 from poixen/soundsettings

Added title for sound settings
This commit is contained in:
poixen 2015-01-15 00:23:23 +01:00
commit 9aeeee3a77

View file

@ -569,6 +569,7 @@ void UserInterfaceSettingsPage::retranslateUi()
soundEnabledCheckBox->setText(tr("Enable &sounds"));
soundPathLabel->setText(tr("Path to sounds directory:"));
soundTestButton->setText(tr("Test system sound engine"));
soundGroupBox->setTitle(tr("Sound settings"));
}
void UserInterfaceSettingsPage::soundPathClearButtonClicked()