remove typo

Closes #1210
This commit is contained in:
Kurt 2017-06-09 08:56:28 -07:00
parent dd5dd63533
commit 0f040fb6e0

View file

@ -169,7 +169,7 @@ namespace PKHeX.WinForms
WindowState = FormWindowState.Minimized; WindowState = FormWindowState.Minimized;
Show(); Show();
WindowState = FormWindowState.Normal; WindowState = FormWindowState.Normal;
if (HaX) WinFormsUtil.Alert("Illegal mPode activated.", "Please behave."); if (HaX) WinFormsUtil.Alert("Illegal mode activated.", "Please behave.");
if (showChangelog) if (showChangelog)
new About().ShowDialog(); new About().ShowDialog();