diff --git a/src/AccessibilityInsights.SharedUx/Controls/TestTabs/AutomatedChecksControl.xaml b/src/AccessibilityInsights.SharedUx/Controls/TestTabs/AutomatedChecksControl.xaml index fc34e1729..688c83ece 100644 --- a/src/AccessibilityInsights.SharedUx/Controls/TestTabs/AutomatedChecksControl.xaml +++ b/src/AccessibilityInsights.SharedUx/Controls/TestTabs/AutomatedChecksControl.xaml @@ -275,12 +275,11 @@ - - + - @@ -293,6 +292,14 @@ + + + + + + + + diff --git a/src/AccessibilityInsights.SharedUx/Properties/Resources.Designer.cs b/src/AccessibilityInsights.SharedUx/Properties/Resources.Designer.cs index 4bab3c645..d48fd2f44 100644 --- a/src/AccessibilityInsights.SharedUx/Properties/Resources.Designer.cs +++ b/src/AccessibilityInsights.SharedUx/Properties/Resources.Designer.cs @@ -2550,9 +2550,18 @@ public static string lvResultsListViewAutomationPropertiesName { /// /// Looks up a localized string similar to Press right arrow key to expand, enter or space to toggle children highlighting. /// - public static string lvResultsListViewHelpText { + public static string lvResultsListViewHelpTextCollapsed { get { - return ResourceManager.GetString("lvResultsListViewHelpText", resourceCulture); + return ResourceManager.GetString("lvResultsListViewHelpTextCollapsed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Press left arrow key to collapse, enter or space to toggle children highlighting. + /// + public static string lvResultsListViewHelpTextExpanded { + get { + return ResourceManager.GetString("lvResultsListViewHelpTextExpanded", resourceCulture); } } diff --git a/src/AccessibilityInsights.SharedUx/Properties/Resources.resx b/src/AccessibilityInsights.SharedUx/Properties/Resources.resx index 2e3942c6b..aefbb49e0 100644 --- a/src/AccessibilityInsights.SharedUx/Properties/Resources.resx +++ b/src/AccessibilityInsights.SharedUx/Properties/Resources.resx @@ -387,9 +387,12 @@ {1} errors - {0}, {2} children highlighted - + Press right arrow key to expand, enter or space to toggle children highlighting + + Press left arrow key to collapse, enter or space to toggle children highlighting + Congratulations