From dca14f3eb4f3fd0c19452191e2a55e9f302715dc Mon Sep 17 00:00:00 2001 From: Lotte Pitcher Date: Thu, 20 Nov 2014 15:41:06 +0000 Subject: [PATCH] U4-5851 - Typo of 'seperate' when creating new MNTP data type : changed to 'separate' --- .../PropertyEditors/MultiNodeTreePickerPropertyEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs b/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs index 2f253855f3..339dbb87d5 100644 --- a/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs +++ b/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs @@ -37,7 +37,7 @@ namespace Umbraco.Web.PropertyEditors [PreValueField("startNode", "Node type", "treesource")] public string StartNode { get; set; } - [PreValueField("filter", "Allow items of type", "textstring", Description = "Seperate with comma")] + [PreValueField("filter", "Allow items of type", "textstring", Description = "Separate with comma")] public string Filter { get; set; } [PreValueField("minNumber", "Minimum number of items", "number")]