diff options
| author | Avi Levkovich <avi@twine-s.com> | 2021-01-05 12:56:17 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2021-01-05 12:56:17 +0200 |
| commit | 13f07d2e0c0543a76f44fbaa4b4016f267a72808 (patch) | |
| tree | 756a85cbb52ab5e1b610ce86e33e461ef9942301 /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml | |
| parent | 1cdf74039fbcef8ab34fe73da09d2ded4762e756 (diff) | |
| parent | b38c7c3f9432cb2836b6c93c6613686ef0bc002a (diff) | |
| download | Tango-13f07d2e0c0543a76f44fbaa4b4016f267a72808.tar.gz Tango-13f07d2e0c0543a76f44fbaa4b4016f267a72808.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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.xaml | 6 |
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"> |
