From 312bc56f6ffcb3c3f5ab700a9bccd5f18dbdcb07 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Fri, 2 Jul 2010 11:30:18 -0700 Subject: [PATCH] Fixed a "typo" on the parts list page --HG-- branch : dev --- .../Modules/Orchard.ContentTypes/Views/Admin/ListParts.ascx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/ListParts.ascx b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/ListParts.ascx index 96da99815..e7c25ac65 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/ListParts.ascx +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/ListParts.ascx @@ -1,5 +1,5 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> -

<%:Html.TitleForPage(T("Content Types").ToString())%>

+

<%:Html.TitleForPage(T("Content Parts").ToString())%>

<%:Html.ActionLink(T("Create new part").ToString(), "CreatePart", new{Controller="Admin",Area="Orchard.ContentTypes"}, new { @class = "button primaryAction" }) %>