mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Fix typo and remove some unnecessary AutomationProperty names
This commit is contained in:
parent
ffc82c1c9a
commit
3810cfe2c3
1 changed files with 2 additions and 10 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue