Updated tooltip
This commit is contained in:
parent
dcb7178756
commit
b400c1dfce
@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<Label Grid.Row="5" Grid.Column="0">Secure Boot state:</Label>
|
<Label Grid.Row="5" Grid.Column="0">Secure Boot state:</Label>
|
||||||
<Label Grid.Row="5" Grid.Column="2" Content="{Binding Path=SecureBootEnabled}"
|
<Label Grid.Row="5" Grid.Column="2" Content="{Binding Path=SecureBootEnabled}"
|
||||||
ToolTip="Enforces stricter cryptographic driver signatures." />
|
ToolTip="Boot drivers must be WHQL certified." />
|
||||||
|
|
||||||
<Label Grid.Row="6" Grid.Column="0">OS upgrade status:</Label>
|
<Label Grid.Row="6" Grid.Column="0">OS upgrade status:</Label>
|
||||||
<Label Grid.Row="6" Grid.Column="2" Content="{Binding Path=OsUpgradeStatus}"
|
<Label Grid.Row="6" Grid.Column="2" Content="{Binding Path=OsUpgradeStatus}"
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<markdig:MarkdownViewer x:Name="SummaryViewer" />
|
<markdig:MarkdownViewer x:Name="SummaryViewer" />
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem Header="Settings">
|
<TabItem Header="Test Settings">
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
|
Loading…
Reference in New Issue
Block a user