U4-5851 - Typo of 'seperate' when creating new MNTP data type : changed to 'separate'

This commit is contained in:
Lotte Pitcher
2014-11-20 15:41:06 +00:00
parent 209ccb9ae7
commit dca14f3eb4

View File

@@ -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")]