Skip to content

Commit

Permalink
Merge pull request #7561 from alekhyareddy28/settings_version_accessi…
Browse files Browse the repository at this point in the history
…biltiy

Add help text to be read out before reading out the version number
  • Loading branch information
crutkas authored Oct 27, 2020
2 parents f03553e + 4394491 commit f97ed9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,9 @@
<data name="General_Version.Text" xml:space="preserve">
<value>Version:</value>
</data>
<data name="General_Version.AutomationProperties.Name" xml:space="preserve">
<value>Version</value>
</data>
<data name="Admin_mode.Text" xml:space="preserve">
<value>Administrator mode</value>
</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<StackPanel Orientation="Horizontal"
Margin="{StaticResource SmallTopMargin}"
AutomationProperties.LabeledBy="{Binding ElementName=General_Version}">
<TextBlock Text="Version: " x:Uid="General_Version" />
<TextBlock x:Name="General_Version" x:Uid="General_Version" />
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/releases" Margin="4,-6,0,0">
<TextBlock Text="{x:Bind ViewModel.PowerToysVersion }" />
</HyperlinkButton>
Expand Down

0 comments on commit f97ed9c

Please sign in to comment.