From fed7a5f059a8d955f7378b4eae2e2e950888af38 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 1 Nov 2022 23:11:50 -0400 Subject: [PATCH] Adjusting wording on the biome color warning prompt --- PCK-Studio/Forms/Editor/COLEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Forms/Editor/COLEditor.cs b/PCK-Studio/Forms/Editor/COLEditor.cs index 87ed21f0..b3d58d91 100644 --- a/PCK-Studio/Forms/Editor/COLEditor.cs +++ b/PCK-Studio/Forms/Editor/COLEditor.cs @@ -162,7 +162,7 @@ namespace PckStudio.Forms.Editor if (colourfile.waterEntries.Find(e => PS4Biomes.Contains(e.name)) != null) { - var result = MessageBox.Show(this, "Biomes exclusive to PS4 Edition v1.91 were found in this colour table. This will crash all other editions of the game and PS4 Edition v1.90 and below. Would you like to remove them?", "Potentially unsupported biomes found", MessageBoxButtons.YesNoCancel); + var result = MessageBox.Show(this, "Biomes exclusive to PS4 Edition v1.91 were found in the water section of this colour table. This will crash all other editions of the game and PS4 Edition v1.90 and below. Would you like to remove them?", "Potentially unsupported biomes found", MessageBoxButtons.YesNoCancel); switch (result) { case DialogResult.Yes: