diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentTypeSettingsViewModel.cshtml b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentTypeSettingsViewModel.cshtml index d245600f7..adfaee84b 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentTypeSettingsViewModel.cshtml +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/DefinitionTemplates/ContentTypeSettingsViewModel.cshtml @@ -4,7 +4,7 @@ @Html.EditorFor(m => m.Creatable) @Html.ValidationMessageFor(m => m.Creatable) - @T("Determines if an instance of this content type can be created through the UI.") + @T("Determines if this type is listed among the types creatable through the UI. This setting doesn't affect security.")