1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix wrong label in tree to land ratio text input (#23336)

This commit is contained in:
Arek Durlik
2024-12-06 19:52:59 +01:00
committed by GitHub
parent c15f6a975f
commit 4e9765d871

View File

@@ -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,