From edb4a0d28d00c528ef245318cd481d58c97ff790 Mon Sep 17 00:00:00 2001 From: Wolfgang Kaiser Date: Wed, 21 Sep 2022 12:43:30 -1000 Subject: [PATCH] ArcGIS Pro SDK 3.0 SDK for .NET Spell checking --- Layouts/MapPuzzle/Module1.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }