Skip to content

Commit

Permalink
ArcGIS Pro SDK 3.0 SDK for .NET
Browse files Browse the repository at this point in the history
Spell checking
  • Loading branch information
Wolf-K authored Sep 21, 2022
1 parent 67cda8e commit edb4a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Layouts/MapPuzzle/Module1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}
}
Expand Down

0 comments on commit edb4a0d

Please sign in to comment.