diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index de91f48a..40f7b8cc 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -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()