From e9628c4c8fd4df7d5b4938a1b701d7b7458f9c8f Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Wed, 3 Mar 2010 13:19:09 -0800 Subject: [PATCH] Changing the Body aspect's manage link text back to what it should be, "Edit"... --HG-- branch : dev --- .../Common/Views/DisplayTemplates/Parts/Common.Body.Manage.ascx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Common/Views/DisplayTemplates/Parts/Common.Body.Manage.ascx b/src/Orchard.Web/Core/Common/Views/DisplayTemplates/Parts/Common.Body.Manage.ascx index c2f57aa94..a8d07423b 100644 --- a/src/Orchard.Web/Core/Common/Views/DisplayTemplates/Parts/Common.Body.Manage.ascx +++ b/src/Orchard.Web/Core/Common/Views/DisplayTemplates/Parts/Common.Body.Manage.ascx @@ -1,5 +1,5 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Core.Common.ViewModels"%>
- <%=Html.ItemEditLink("Edits", Model.BodyAspect.ContentItem) %> + <%=Html.ItemEditLink("Edit", Model.BodyAspect.ContentItem) %>
\ No newline at end of file