diff --git a/src/windows/editor_objective_options.c b/src/windows/editor_objective_options.c index 86f520b5fd..92f7bf682b 100644 --- a/src/windows/editor_objective_options.c +++ b/src/windows/editor_objective_options.c @@ -986,7 +986,7 @@ static void window_editor_objective_options_main_paint(rct_window *w, rct_drawpi set_format_arg(0, uint16, gParkName); } set_format_arg(2, uint32, gParkNameArgs); - gfx_draw_string_left_clipped(dpi, STR_CLIMATE_LABEL, gCommonFormatArgs, 0, x, y, width); + gfx_draw_string_left_clipped(dpi, STR_WINDOW_PARK_NAME, gCommonFormatArgs, 0, x, y, width); // Scenario name x = w->x + 8;