diff --git a/PKHeX.WinForms/MainWindow/Main.cs b/PKHeX.WinForms/MainWindow/Main.cs index d914769e1..ed487940a 100644 --- a/PKHeX.WinForms/MainWindow/Main.cs +++ b/PKHeX.WinForms/MainWindow/Main.cs @@ -169,7 +169,7 @@ public Main() WindowState = FormWindowState.Minimized; Show(); WindowState = FormWindowState.Normal; - if (HaX) WinFormsUtil.Alert("Illegal mPode activated.", "Please behave."); + if (HaX) WinFormsUtil.Alert("Illegal mode activated.", "Please behave."); if (showChangelog) new About().ShowDialog();