From 30d314e463040014b93a9a18f8278de29e2fd5e0 Mon Sep 17 00:00:00 2001 From: 73 <94884086+733737@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:52:11 -0400 Subject: [PATCH] Fix #21829: {POP16}{POP16} in Scenario editor Remove notation from string --- data/language/en-GB.txt | 2 +- distribution/changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/language/en-GB.txt b/data/language/en-GB.txt index d5ce3860c6..307cd9f5d4 100644 --- a/data/language/en-GB.txt +++ b/data/language/en-GB.txt @@ -188,7 +188,7 @@ STR_0768 :Handyman {INT32} STR_0769 :Mechanic {INT32} STR_0770 :Security Guard {INT32} STR_0771 :Entertainer {INT32} -STR_0777 :Unnamed park{POP16}{POP16} +STR_0777 :Unnamed park STR_0778 :Sign STR_0779 :1st STR_0780 :2nd diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 1bb633bf3f..205bf92d98 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -6,6 +6,7 @@ - Change: [#21715] [Plugin] Remove access to the internal `owner` property. Note: `ownership` is still accessible. - Fix: [#866] Boat Hire boats get stuck entering track. - Fix: [#21787] Map generator heightmap should respect increased height limits. +- Fix: [#21829] When creating a new scenario, the default name contains formatting codes. 0.4.10 (2024-04-02) ------------------------------------------------------------------------