Update the EnableCenterTopSensorCheckbox label.

This commit is contained in:
Glenn Maynard 2019-09-27 21:16:31 -05:00
parent dffe001bec
commit 48fe72af4a

View File

@ -1009,7 +1009,7 @@ instead of only panels with sensors.</TextBlock>
<controls:EnableCenterTopSensorCheckbox VerticalAlignment="Center"
x:Name="EnableCenterTopSensorCheckbox"
DockPanel.Dock="Right" Content="Enable top sensor on center panel (usually off)"
DockPanel.Dock="Right" Content="Enable top sensor on center panel"
HorizontalAlignment="Center"
Margin="0 10 0 0"
IsChecked="{Binding Path=EnableSensor, Mode=TwoWay, RelativeSource={RelativeSource Self}}"