Updated function input list and list item names for accessibilty purposes (#1778)
This commit is contained in:
parent
c1987796b2
commit
67a7a2821a
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
@ -3883,11 +3883,11 @@
|
||||
<comment>Select all menu item from the Equation TextBox</comment>
|
||||
</data>
|
||||
<data name="EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Function input list item</value>
|
||||
<value>Function input</value>
|
||||
<comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Function input list</value>
|
||||
<value>Function input</value>
|
||||
<comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
|
@ -4294,7 +4294,7 @@
|
||||
<value>Hide equation</value>
|
||||
<comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>
|
||||
</data>
|
||||
<data name="showEquationButtonAutomationName" xml:space="preserve">
|
||||
<data name="showEquationButtonAutomationName" xml:space="preserve">
|
||||
<value>Show equation %1</value>
|
||||
<comment>{Locked="%1"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>
|
||||
</data>
|
||||
@ -4302,7 +4302,6 @@
|
||||
<value>Hide equation %1</value>
|
||||
<comment>{Locked="%1"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>
|
||||
</data>
|
||||
|
||||
<data name="disableTracingButtonToolTip" xml:space="preserve">
|
||||
<value>Stop tracing</value>
|
||||
<comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>
|
||||
@ -4431,7 +4430,7 @@
|
||||
<value>Enter an expression</value>
|
||||
<comment>this is the placeholder text used by the textbox to enter an equation</comment>
|
||||
</data>
|
||||
<data name="GraphCopyMenuItem.Text">
|
||||
<data name="GraphCopyMenuItem.Text" xml:space="preserve">
|
||||
<value>Copy</value>
|
||||
<comment>Copy menu item for the graph context menu</comment>
|
||||
</data>
|
||||
@ -4456,11 +4455,11 @@
|
||||
<comment>Select all menu item from the Equation TextBox</comment>
|
||||
</data>
|
||||
<data name="EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Function input list item</value>
|
||||
<value>Function input</value>
|
||||
<comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Function input list</value>
|
||||
<value>Function input</value>
|
||||
<comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
|
Loading…
Reference in New Issue
Block a user