diff --git a/ShiningEditor/MainForm.cs b/ShiningEditor/MainForm.cs index 021a17a..7588e7e 100644 --- a/ShiningEditor/MainForm.cs +++ b/ShiningEditor/MainForm.cs @@ -118,7 +118,7 @@ namespace ShiningEditor } else { - MessageBox.Show("You must first select a Phantasy Star game from the menu so the correct game data is loaded.", "Warning!", MessageBoxButtons.OK, MessageBoxIcon.Warning); + MessageBox.Show("You must first select a Shining game from the menu so the correct game data is loaded.", "Warning!", MessageBoxButtons.OK, MessageBoxIcon.Warning); } }