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:
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
index 943afc6..09f9a70 100644
--- a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
+++ b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
@@ -99,7 +99,7 @@ namespace Xamarin.PropertyEditing.Mac
propertyFilter = new NSSearchField (new CGRect (10, Frame.Height - 25, 170, 24)) {
TranslatesAutoresizingMaskIntoConstraints = false,
- PlaceholderString = Strings.PropertyFilterLabel,
+ PlaceholderString = LocalizationResources.PropertyFilterLabel,
ControlSize = NSControlSize.Regular,
};
AddSubview (propertyFilter);
@@ -110,7 +110,7 @@ namespace Xamarin.PropertyEditing.Mac
TextColor = NSColor.Black,
Editable = false,
Bezeled = false,
- StringValue = Strings.ArrangeByLabel,
+ StringValue = LocalizationResources.ArrangeByLabel,
};
propertyArrangeMode = new NSComboBox (new CGRect (320, Frame.Height - 25, 153, 24)) {