aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-01-05 01:12:37 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-01-05 01:12:37 +0200
commitde4b469ee790b837f2ecf1e0c549a54da79f5667 (patch)
treedd7931a503f7c66c317848c7e13cc0b95873f7bd /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
parent2540681520f748e160f4e0c8a8105d495b34a1f3 (diff)
downloadTango-de4b469ee790b837f2ecf1e0c549a54da79f5667.tar.gz
Tango-de4b469ee790b837f2ecf1e0c549a54da79f5667.zip
Updated thread loading wizard images.
Enable new thread loading/reset thread loading only in technician mode. Changed "Thread Break Wizard" to "Thread Loading Wizard".
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
index f17860d42..6e6c75333 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
@@ -13,7 +13,7 @@
<DockPanel>
<StackPanel DockPanel.Dock="Top" Margin="0 30 0 0">
<Image HorizontalAlignment="Center" Source="/Images/thread_loading.png" Stretch="None"></Image>
- <TextBlock HorizontalAlignment="Center" FontSize="{StaticResource TangoHeaderFontSize}" Margin="0 30 0 0">Thread Break Wizard</TextBlock>
+ <TextBlock HorizontalAlignment="Center" FontSize="{StaticResource TangoHeaderFontSize}" Margin="0 30 0 0">Thread Loading Wizard</TextBlock>
</StackPanel>
<StackPanel Margin="10 0 0 0" Orientation="Horizontal" DockPanel.Dock="Bottom">
@@ -137,10 +137,10 @@
<Grid controls:NavigationControl.NavigationName="DryerClose" Background="{StaticResource TangoPrimaryBackgroundBrush}">
<DockPanel>
<UniformGrid Margin="20" Columns="1" DockPanel.Dock="Bottom" Height="55">
- <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="300" HorizontalAlignment="Center" Command="{Binding OpenThreadLoadingWizardCommand}">Open The Thread Loading Wizard</touch:TouchButton>
+ <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="300" HorizontalAlignment="Center" Command="{Binding OpenThreadLoadingWizardCommand}">Continue Thread Loading</touch:TouchButton>
</UniformGrid>
<TextBlock DockPanel.Dock="Bottom" TextWrapping="Wrap" TextAlignment="Center" Margin="50 20">
- You will be able to open the thread loading wizard once the dryer door is closed
+ You will be able to continue the thread loading once the dryer door is closed
</TextBlock>
<DockPanel>
<StackPanel DockPanel.Dock="Top">