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 20:30:39 +0300
committerEric Maupin <ermaup@microsoft.com>2019-09-09 20:55:21 +0300
commit4ae3f2c9bb0d6466ef9d09d490d7fd5c47c8c1ab (patch)
tree9545f8eec8b609dee3078bea05bc1c437ad4429a /Xamarin.PropertyEditing
parent7c6910546884693dcad2a8ccf23b148b124427b2 (diff)
[Win] Improve arrange by a11y
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 3db90d4..7ab73b3 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
+++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
@@ -1012,6 +1012,12 @@ namespace Xamarin.PropertyEditing.Properties {
return ResourceManager.GetString("ArrangeByValueSource", resourceCulture);
}
}
+
+ public static string ArrangeByButtonName {
+ get {
+ return ResourceManager.GetString("ArrangeByButtonName", resourceCulture);
+ }
+ }
public static string AccessibilityPropertiesButton {
get {
diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx
index f505ed4..8e29b7a 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.resx
+++ b/Xamarin.PropertyEditing/Properties/Resources.resx
@@ -803,4 +803,7 @@
<data name="UncommonPropertiesName" xml:space="preserve">
<value>Advanced properties</value>
</data>
+ <data name="ArrangeByButtonName" xml:space="preserve">
+ <value>Arrange by {0}</value>
+ </data>
</root> \ No newline at end of file