[Settings]Fix/improve settings/oobe text (#22276)

* correct the uid

* Remove periods and generalize "Appearance & behavior" uid

Descriptions don't need a period, unless they're full sentences.

* simplify bold text to interactive elements

the 3 changes from bold to code are for readability

* rev feet

* -1 ing
This commit is contained in:
Jay
2022-11-29 13:36:39 +01:00
committed by GitHub
parent 77ed74b353
commit a98b12a2fb
5 changed files with 26 additions and 35 deletions

View File

@@ -227,7 +227,7 @@
</controls:SettingsGroup>
<controls:SettingsGroup
x:Uid="ShortcutGuide_Appearance_Behavior"
x:Uid="Appearance_Behavior"
IsEnabled="True">
<labs:SettingsCard
x:Uid="ColorModeHeader"

View File

@@ -66,7 +66,7 @@
</labs:SettingsExpander>
<labs:SettingsExpander
x:Uid="ShortcutGuide_Appearance_Behavior"
x:Uid="Appearance_Behavior"
HeaderIcon="{ui:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=&#xEB3C;}"
IsEnabled="{x:Bind ViewModel.IsFindMyMouseEnabled, Mode=OneWay}"
IsExpanded="False">
@@ -158,7 +158,7 @@
HotkeySettings="{x:Bind Path=ViewModel.MouseHighlighterActivationShortcut, Mode=TwoWay}" />
</labs:SettingsCard>
<labs:SettingsExpander
x:Uid="ShortcutGuide_Appearance_Behavior"
x:Uid="Appearance_Behavior"
HeaderIcon="{ui:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=&#xEB3C;}"
IsEnabled="{x:Bind ViewModel.IsMouseHighlighterEnabled, Mode=OneWay}">
<labs:SettingsExpander.Items>
@@ -231,7 +231,7 @@
</labs:SettingsCard>
<labs:SettingsExpander
x:Uid="ShortcutGuide_Appearance_Behavior"
x:Uid="Appearance_Behavior"
HeaderIcon="{ui:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=&#xEB3C;}"
IsEnabled="{x:Bind ViewModel.IsMousePointerCrosshairsEnabled, Mode=OneWay}">
<labs:SettingsExpander.Items>

View File

@@ -20,7 +20,7 @@
<StackPanel Orientation="Vertical">
<labs:SettingsCard
x:Uid="QuickAccent_EnableQuickAccent"
x:Uid="PowerLauncher_EnablePowerLauncher"
HeaderIcon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsPowerToysRun.png}"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabledGpoConfigured, Converter={StaticResource BoolNegationConverter}}">
<ToggleSwitch

View File

@@ -89,7 +89,7 @@
</controls:SettingsGroup>
<controls:SettingsGroup
x:Uid="ShortcutGuide_Appearance_Behavior"
x:Uid="Appearance_Behavior"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
<labs:SettingsCard
x:Uid="ColorModeHeader"