Fix typo and remove some unnecessary AutomationProperty names

This commit is contained in:
Kenny Guo 2021-07-30 16:03:23 +08:00
commit 3810cfe2c3

View file

@ -4705,11 +4705,11 @@
</data> </data>
<data name="SettingsAppThemeTitle.Text" xml:space="preserve"> <data name="SettingsAppThemeTitle.Text" xml:space="preserve">
<value>App theme</value> <value>App theme</value>
<comment>Title of App Theme expender</comment> <comment>Title of App Theme expander</comment>
</data> </data>
<data name="SettingsAppThemeDescription.Text" xml:space="preserve"> <data name="SettingsAppThemeDescription.Text" xml:space="preserve">
<value>Select which app theme to display</value> <value>Select which app theme to display</value>
<comment>Description of App Theme expender</comment> <comment>Description of App Theme expander</comment>
</data> </data>
<data name="LightThemeRadioButton.Content" xml:space="preserve"> <data name="LightThemeRadioButton.Content" xml:space="preserve">
<value>Light</value> <value>Light</value>
@ -4735,12 +4735,4 @@
<value>App theme Setting</value> <value>App theme Setting</value>
<comment>Screen reader prompt for the App theme Setting radio buttons group</comment> <comment>Screen reader prompt for the App theme Setting radio buttons group</comment>
</data> </data>
<data name="LightThemeRadioButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Light mode</value>
<comment>Screen reader prompt for the App theme Light mode radio button</comment>
</data>
<data name="DarkThemeRadioButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Dark mode</value>
<comment>Screen reader prompt for the App theme Dark mode radio button</comment>
</data>
</root> </root>