Skip to content

Commit

Permalink
Emphasize some up/no/downgrade text
Browse files Browse the repository at this point in the history
  • Loading branch information
TiberiumFusion committed Oct 9, 2023
1 parent 13e8a14 commit 32365fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuickPatcher/Patcher.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,15 +575,15 @@
<StackPanel Visibility="{Binding Vis_DowngradeWarning}" Margin="0,8,0,0">
<ContentControl Style="{StaticResource WarningBoxWithIcon}">
<TextBlock>
This will install a version of the patch which is older than the currently installed patch.
This will install a version of the patch which is <Run FontFamily="Segoe UI Semibold">older</Run> than the currently installed patch.
</TextBlock>
</ContentControl>
</StackPanel>

<StackPanel Visibility="{Binding Vis_NogradeWarning}" Margin="0,8,0,0">
<ContentControl Style="{StaticResource NoticeBoxWithIcon}">
<TextBlock>
This will reinstall the same version of the currently installed patch.
This will <Run FontFamily="Segoe UI Semibold">reinstall</Run> the <Run FontFamily="Segoe UI Semibold">same version</Run> of the currently installed patch.
</TextBlock>
</ContentControl>
</StackPanel>
Expand Down

0 comments on commit 32365fc

Please sign in to comment.