diff --git a/src/goal_gui.cpp b/src/goal_gui.cpp index d5734184c2..ccf9d98b1e 100644 --- a/src/goal_gui.cpp +++ b/src/goal_gui.cpp @@ -409,7 +409,7 @@ struct NestedGoalWidgets { static constexpr auto widgetparts = { NWidget(NWID_HORIZONTAL), NWidget(WWT_CLOSEBOX, bg_colour), - NWidget(WWT_CAPTION, bg_colour, WID_GQ_CAPTION), SetStringTip(STR_GOAL_QUESTION_CAPTION_QUESTION, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS), + NWidget(WWT_CAPTION, bg_colour, WID_GQ_CAPTION), SetStringTip(caption, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS), EndContainer(), NWidget(WWT_PANEL, bg_colour), NWidget(NWID_VERTICAL), SetPadding(WidgetDimensions::unscaled.modalpopup), SetPIP(0, WidgetDimensions::unscaled.vsep_wide, 0),