Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Johnson <bret.johnson@microsoft.com>2022-03-18 21:34:16 +0300
committerGitHub <noreply@github.com>2022-03-18 21:34:16 +0300
commit054f163aab089d5d27496c12e461b848861cb922 (patch)
tree57d4825bd642f2e5ada2b6fad58136939965ff84
parent9413fbd60c9ad556bd4aeec1b5c5e1c124b9b245 (diff)
parent68d2e6c80295398ae1fcc0e6ce7163c937f46db4 (diff)
Merge pull request #798 from xamarin/dev/bretjohn/fix-1491218
Set the Arrange By AutomationProperty Name correctly
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml2
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.resx2
2 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
index 55669b8..3c9536f 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
@@ -213,7 +213,7 @@
<local:TextBoxEx x:Name="search" Grid.Row="0" Style="{DynamicResource PropertySearchTextBox}" AutomationProperties.Name="{x:Static prop:Resources.SearchProperties}" Text="{Binding FilterText,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" />
- <local:MenuButton Grid.Row="1" x:Name="arrangeBy" Header="{x:Static prop:Resources.ArrangeByLabel}" Margin="0,0,18,0" Content="{Binding ArrangeMode,Converter={StaticResource ArrangeLocalizer}}" AutomationProperties.Name="{Binding ArrangeMode,StringFormat={x:Static prop:Resources.ArrangeByButtonName}}">
+ <local:MenuButton Grid.Row="1" x:Name="arrangeBy" Header="{x:Static prop:Resources.ArrangeByLabel}" Margin="0,0,18,0" Content="{Binding ArrangeMode,Converter={StaticResource ArrangeLocalizer}}" AutomationProperties.Name="{x:Static prop:Resources.ArrangeByButtonName}">
<local:MenuButton.Visibility>
<Binding RelativeSource="{RelativeSource TemplatedParent}" Path="IsArrangeEnabled">
<Binding.Converter>
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 @@
<value>Advanced properties</value>
</data>
<data name="ArrangeByButtonName" xml:space="preserve">
- <value>This button allows you to arrange the property list by {0}.</value>
+ <value>Arrange By</value>
</data>
<data name="PropertyButtonName" xml:space="preserve">
<value>Advanced options</value>