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:
authorEric Maupin <ermaup@microsoft.com>2019-09-09 23:44:29 +0300
committerEric Maupin <ermaup@microsoft.com>2019-09-09 23:47:09 +0300
commit9de1b2965f0b52771928896ef1d5237a07b443ce (patch)
tree15d39584b0041706ecb76fd72a924ab4ed135c50 /Xamarin.PropertyEditing
parentb100cf55a56de7ae45a37fdc5a2b82a0edf9b504 (diff)
[Win] Include property button in A11y tree
Diffstat (limited to 'Xamarin.PropertyEditing')
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.Designer.cs6
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.resx3
2 files changed, 9 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
index 7ab73b3..c8cc438 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
+++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
@@ -1264,5 +1264,11 @@ namespace Xamarin.PropertyEditing.Properties {
return ResourceManager.GetString("UncommonPropertiesName", resourceCulture);
}
}
+
+ public static string PropertyButtonName {
+ get {
+ return ResourceManager.GetString("PropertyButtonName", resourceCulture);
+ }
+ }
}
}
diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx
index 8e29b7a..e778724 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.resx
+++ b/Xamarin.PropertyEditing/Properties/Resources.resx
@@ -806,4 +806,7 @@
<data name="ArrangeByButtonName" xml:space="preserve">
<value>Arrange by {0}</value>
</data>
+ <data name="PropertyButtonName" xml:space="preserve">
+ <value>Advanced options</value>
+ </data>
</root> \ No newline at end of file