From 0454f9c24bc91187f1d1330c8dea87dd38fc295e Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Thu, 15 Jan 2015 00:01:12 +0100 Subject: [PATCH] Added title for sound settings --- cockatrice/src/dlg_settings.cpp | 1 + 1 file changed, 1 insertion(+) 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()