Fixed typo

This commit is contained in:
Robert
2018-03-19 14:28:24 +01:00
parent 3aed889e2a
commit e4b77416a6

View File

@@ -44,7 +44,7 @@ namespace Umbraco.Web.PropertyEditors
{
Key = "multiple",
Name = "Enable multiple choice",
Description = "When checked, the dropdown will be a select multiple / combobox style dropdown",
Description = "When checked, the dropdown will be a select multiple / combo box style dropdown",
View = "boolean"
});
}