mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-06 00:23:00 +08:00
[Settings] Updated text shown on the settings page of Shortcut Guide (#2840)
This commit is contained in:
parent
585c66a4d0
commit
eafaf35790
@ -434,6 +434,9 @@
|
||||
<data name="ShortcutGuide_OverlayOpacity.Header" xml:space="preserve">
|
||||
<value>Opacity of background (%)</value>
|
||||
</data>
|
||||
<data name="ShortcutGuide_Theme.Header" xml:space="preserve">
|
||||
<value>Choose Shortcut Guide overlay color</value>
|
||||
</data>
|
||||
<data name="ImageResizer_CustomSizes.Text" xml:space="preserve">
|
||||
<value>Image Sizes</value>
|
||||
</data>
|
||||
|
@ -68,7 +68,7 @@
|
||||
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"/>
|
||||
|
||||
|
||||
<muxc:RadioButtons x:Uid="RadioButtons_Name_Theme"
|
||||
<muxc:RadioButtons x:Uid="ShortcutGuide_Theme"
|
||||
Margin="{StaticResource SmallTopMargin}"
|
||||
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"
|
||||
SelectedIndex="{ Binding Mode=TwoWay, Path=ThemeIndex}">
|
||||
|
Loading…
Reference in New Issue
Block a user