From 988ae05eb37b1ed7d0e77ed79d524a3a12e99fe5 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 22 Nov 2021 17:21:55 +0200 Subject: [PATCH 26/26] gtk: Correct popup_musicset_suggestion_dialog() comment speaking of soundset See osdn #43213 Signed-off-by: Marko Lindqvist --- client/gui-gtk-3.0/soundset_dlg.c | 2 +- client/gui-gtk-3.22/soundset_dlg.c | 2 +- client/gui-gtk-4.0/soundset_dlg.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/gui-gtk-3.0/soundset_dlg.c b/client/gui-gtk-3.0/soundset_dlg.c index 0ff0674b11..33904186f2 100644 --- a/client/gui-gtk-3.0/soundset_dlg.c +++ b/client/gui-gtk-3.0/soundset_dlg.c @@ -138,7 +138,7 @@ void popup_musicset_suggestion_dialog(void) /* In case incoming rulesets are incompatible with current musicset * we need to block their receive before user has accepted loading - * of the correct soundset. */ + * of the correct musicset. */ gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); diff --git a/client/gui-gtk-3.22/soundset_dlg.c b/client/gui-gtk-3.22/soundset_dlg.c index 7b359d9246..96797ee124 100644 --- a/client/gui-gtk-3.22/soundset_dlg.c +++ b/client/gui-gtk-3.22/soundset_dlg.c @@ -138,7 +138,7 @@ void popup_musicset_suggestion_dialog(void) /* In case incoming rulesets are incompatible with current musicset * we need to block their receive before user has accepted loading - * of the correct soundset. */ + * of the correct musicset. */ gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); diff --git a/client/gui-gtk-4.0/soundset_dlg.c b/client/gui-gtk-4.0/soundset_dlg.c index e3b029436e..3aba113ef3 100644 --- a/client/gui-gtk-4.0/soundset_dlg.c +++ b/client/gui-gtk-4.0/soundset_dlg.c @@ -138,7 +138,7 @@ void popup_musicset_suggestion_dialog(void) /* In case incoming rulesets are incompatible with current musicset * we need to block their receive before user has accepted loading - * of the correct soundset. */ + * of the correct musicset. */ gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); -- 2.33.0