Skip to content

Commit

Permalink
renamed selection option to envelope to match the draw option
Browse files Browse the repository at this point in the history
  • Loading branch information
pMaske committed Feb 4, 2015
1 parent 8c62404 commit f9b092b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Margin="10,0,0,0"
Visibility="{Binding ElementName=EnableSelection, Path=IsChecked, Converter={StaticResource BooleanToVisibilityConverter}}"/>
<RadioButton x:Name="SelectPolygon"
Content="Select using polygon"
Content="Select using envelope"
Checked="SelectPolygon_Checked"
Margin="10,5,0,0"
Visibility="{Binding ElementName=EnableSelection, Path=IsChecked, Converter={StaticResource BooleanToVisibilityConverter}}"/>
Expand Down

0 comments on commit f9b092b

Please sign in to comment.