diff --git a/src/Calculator/Resources/en-US/Resources.resw b/src/Calculator/Resources/en-US/Resources.resw index 3d27bd36..aee01e98 100644 --- a/src/Calculator/Resources/en-US/Resources.resw +++ b/src/Calculator/Resources/en-US/Resources.resw @@ -4750,4 +4750,8 @@ Settings page Announcement used when Settings page is opened + + Open the context menu for available actions + Screen reader prompt for the context menu of the expression box + diff --git a/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml b/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml index a14e5b4f..d47d1825 100644 --- a/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml +++ b/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml @@ -661,6 +661,7 @@ FontSize="{TemplateBinding FontSize}" FontWeight="{TemplateBinding FontWeight}" AcceptsReturn="false" + AutomationProperties.Name="{utils:ResourceString Name=MathRichEditBox/[using:Windows.UI.Xaml.Automation]AutomationProperties/Name}" InputScope="Text" MathText="{Binding MathEquation, RelativeSource={RelativeSource TemplatedParent}, Mode=TwoWay}" MaxLength="2048"