From 0f040fb6e07d2eb446d9f340275e99857d7bf558 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 9 Jun 2017 08:56:28 -0700 Subject: [PATCH] remove typo Closes #1210 --- PKHeX.WinForms/MainWindow/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();