Adjusting wording on the biome color warning prompt

This commit is contained in:
MattNL
2022-11-01 23:11:50 -04:00
parent 6230d8c437
commit fed7a5f059

View File

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