aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-08-13 15:22:25 +0300
committerAvi Levkovich <avi@twine-s.com>2018-08-13 15:22:25 +0300
commitfe8111ccce920b73b47b6af657f1ee4bcac11120 (patch)
tree1f7226ee6bae6572e498ad4ec704cad0e45efa1c /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
parent7073aec25282e6a5a7f1171c3f56d0c57f440fb5 (diff)
parent67b80be819c29407dc07f80a7f61e5da2995ba93 (diff)
downloadTango-fe8111ccce920b73b47b6af657f1ee4bcac11120.tar.gz
Tango-fe8111ccce920b73b47b6af657f1ee4bcac11120.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
index 3a8baf7e5..5f8cca8fe 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml
@@ -58,7 +58,7 @@
<DockPanel>
<StackPanel Orientation="Vertical" VerticalAlignment="Center" DockPanel.Dock="Right" ToolTip="Allow incoming diagnostics data">
<ToggleButton IsChecked="{Binding EnableDiagnostics}" VerticalAlignment="Center"></ToggleButton>
- <TextBlock VerticalAlignment="Center" FontSize="10">Diagnostics</TextBlock>
+ <TextBlock VerticalAlignment="Center" FontSize="10">Diagnostics/Debugging</TextBlock>
</StackPanel>
<StackPanel Orientation="Horizontal">
<Image Source="/Images/external-bridge-tcp.png" Width="38" Height="38" RenderOptions.BitmapScalingMode="Fant"></Image>