From cc2d91a64295c0e514bee0611e0fcd27a9d001d1 Mon Sep 17 00:00:00 2001 From: Josue Acevedo Date: Mon, 11 Jul 2016 03:54:37 -0500 Subject: [PATCH] Fix #4042: Park name isn't shown in objective selection --- src/windows/editor_objective_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;