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:
authorCartBlanche <savagesoftware@gmail.com>2019-10-15 20:43:18 +0300
committerCartBlanche <savagesoftware@gmail.com>2019-10-24 22:48:32 +0300
commit9bba001fafb289299fe93c5e8a321ac792d8855b (patch)
tree3f6626f97d744d1782d136f4421c6cfc859f1f1d /Xamarin.PropertyEditing
parent16732a8e879487b51467e95b7a1541f23f12fecb (diff)
[Mac] Tweaks for a more consistent UX
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 80259ba..3251434 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
+++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
@@ -1468,5 +1468,11 @@ namespace Xamarin.PropertyEditing.Properties {
return ResourceManager.GetString("AccessibilityBindingAddValueConverterCancel", resourceCulture);
}
}
+
+ public static string ObjectTypeLabelNone {
+ get {
+ return ResourceManager.GetString("ObjectTypeLabelNone", resourceCulture);
+ }
+ }
}
}
diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx
index 9fb53b4..7beb57d 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.resx
+++ b/Xamarin.PropertyEditing/Properties/Resources.resx
@@ -1036,5 +1036,8 @@
<data name="AccessibilityBindingAddValueConverterCancel" xml:space="preserve">
<value>This button will cancel the changes you have made in the Add Value Converter Editor.</value>
<comment>Text to inform the user that this button will cancel the changes you have made in the Add Value Converter Editor</comment>
+ </data>
+ <data name="ObjectTypeLabelNone" xml:space="preserve">
+ <value>None</value>
</data>
</root> \ No newline at end of file