diff --git a/Layouts/MapPuzzle/Module1.cs b/Layouts/MapPuzzle/Module1.cs index 6756b1c1..cdd98331 100644 --- a/Layouts/MapPuzzle/Module1.cs +++ b/Layouts/MapPuzzle/Module1.cs @@ -120,7 +120,7 @@ async public void LayoutSelectionCallBack(ElementEventArgs args) if (Globals.elmType == "MF" && selElm is GraphicElement) { - System.Windows.MessageBox.Show("Hey Bonehead: will you please follow instuctions, you selected the wrong thing!"); + System.Windows.MessageBox.Show("Please follow instuctions, you selected the wrong thing!"); return; } @@ -163,7 +163,7 @@ async public void LayoutSelectionCallBack(ElementEventArgs args) } if (Globals.elmType == "REC" && selElm is MapFrame) { - System.Windows.MessageBox.Show("Hey Bonehead: will you please follow instuctions, you selected the wrong thing!"); + System.Windows.MessageBox.Show("Please follow instuctions, you selected the wrong thing!"); return; } }