diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-05 16:16:14 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-05 16:16:14 +0200 |
| commit | 9273b90b412bf19647b837671cea4d5729018c2e (patch) | |
| tree | 3c1f7ce08dd0bbe4ee44e6c5ee21dc3ad0ec419b /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views | |
| parent | 4779fe4b337598c14a1d38c47092ec42bfb130ce (diff) | |
| parent | 65115888c2d2fd03522dd4b5243a6657e15a62f0 (diff) | |
| download | Tango-9273b90b412bf19647b837671cea4d5729018c2e.tar.gz Tango-9273b90b412bf19647b837671cea4d5729018c2e.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectionLostView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectionLostView.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectionLostView.xaml index bac704fe0..ded02ab47 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectionLostView.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectionLostView.xaml @@ -37,7 +37,7 @@ <Grid> <StackPanel Margin="0 10 0 0" > <TextBlock TextWrapping="Wrap"> - <Run>The machine connection has entered an invalid or inactive state and will be regarded as.</Run> + <Run>The machine connection has entered an invalid or inactive state and will be regarded as</Run> <LineBreak/> <Run>disconnected.</Run> </TextBlock> |
