From 68d2e6c80295398ae1fcc0e6ce7163c937f46db4 Mon Sep 17 00:00:00 2001 From: Bret Johnson Date: Tue, 15 Mar 2022 15:51:03 -0400 Subject: Set the Arrange By AutomationProperty Name correctly The name here should generally match the button label - it's a name, not a description. Fixes AB#1491218 --- Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml | 2 +- Xamarin.PropertyEditing/Properties/Resources.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml index b241d47..ab06eb5 100644 --- a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml +++ b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml @@ -213,7 +213,7 @@ - + diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx index 3a9c8b8..4448043 100644 --- a/Xamarin.PropertyEditing/Properties/Resources.resx +++ b/Xamarin.PropertyEditing/Properties/Resources.resx @@ -915,7 +915,7 @@ Advanced properties - This button allows you to arrange the property list by {0}. + Arrange By Advanced options -- cgit v1.2.3