From 4e9765d871140ff67d155dc82cea55653b984bac Mon Sep 17 00:00:00 2001 From: Arek Durlik <72689308+arekdurlik@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:52:59 +0100 Subject: [PATCH] Fix wrong label in tree to land ratio text input (#23336) --- src/openrct2-ui/UiStringIds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2-ui/UiStringIds.h b/src/openrct2-ui/UiStringIds.h index 17b5e0adce..8cd4d4f85d 100644 --- a/src/openrct2-ui/UiStringIds.h +++ b/src/openrct2-ui/UiStringIds.h @@ -946,7 +946,7 @@ namespace OpenRCT2 STR_SIMPLEX_OCTAVES = 6702, STR_SMOOTH_STRENGTH = 6708, STR_TERRAIN_LABEL = 2693, - STR_TREE_TO_LAND_RATIO = 6694, + STR_TREE_TO_LAND_RATIO = 6698, STR_WATER_LEVEL = 5185, STR_WATER_LEVEL_LABEL = 2692,