Update MainForm.cs

This commit is contained in:
Fuindin 2017-08-30 07:18:13 -07:00 committed by GitHub
parent 175f9beebb
commit dd3115b965

View File

@ -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);
}
}