From 0e5d602a7eadcea097c979d032a11374c54b6ae3 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com> Date: Mon, 12 May 2025 12:50:43 +0200 Subject: [PATCH] Fix wording of one string and the changelog entry Co-authored-by: Aaron van Geffen --- distribution/changelog.txt | 2 +- distribution/windows/install.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 1c58abcc71..3bfc33f447 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -2,7 +2,7 @@ ------------------------------------------------------------------------ - Improved: [#24368] Clicking the in-game update notication now leads to a more user-friendly download page. - Change: [#24342] g2.dat is now split into g2.dat and fonts.dat. -- Change: [#24362] The Windows installer now prevents installing to the same folder as RollerCoaster Tycoon 2. +- Change: [#24362] The Windows installer now prevents installing to the same folder as RollerCoaster Tycoon 2 or Classic. - Fix: [#24346] Possible crash during line drawing in OpenGL mode. - Fix: [#24353] ‘Show dirty visuals’ is off by one pixel and does not work correctly with higher framerates. - Fix: [#24362] When upgrading from an older version on Windows, old versions of official objects are not always removed. diff --git a/distribution/windows/install.nsi b/distribution/windows/install.nsi index 4b92dbbba9..4217cd8e4b 100644 --- a/distribution/windows/install.nsi +++ b/distribution/windows/install.nsi @@ -562,7 +562,7 @@ Function DoNotInstallInRCT2Folder datag1notexists: IfFileExists "$INSTDIR\Assets\g1.dat" assetsg1exists assetsg1notexists assetsg1exists: - MessageBox MB_OK|MB_ICONSTOP `You cannot install OpenRCT2 to the same directory as RollerCoaster Classic.` + MessageBox MB_OK|MB_ICONSTOP `You cannot install OpenRCT2 to the same directory as RollerCoaster Tycoon Classic.` Abort assetsg1notexists: FunctionEnd