From 9bd16e9fe6c34062c5d464fa1966bff74fa6b2b8 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Tue, 27 Jul 2010 14:33:55 -0700 Subject: [PATCH] Updated title on Manage Content Types page. --HG-- branch : dev --- .../Modules/Orchard.ContentTypes/Views/Admin/List.ascx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/List.ascx b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/List.ascx index 850bbaf2d..542f9bf1b 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/List.ascx +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/List.ascx @@ -1,6 +1,6 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <% Html.RegisterStyle("admin.css"); %> -

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

+

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

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