From 61105565d7ba52727e9d8e98691d9a95788c011e Mon Sep 17 00:00:00 2001 From: Erik Porter Date: Tue, 9 Mar 2010 15:40:46 -0800 Subject: [PATCH] Updated temp text in NotFound page --HG-- branch : dev --- src/Orchard.Web/Core/Themes/Views/NotFound.ascx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Themes/Views/NotFound.ascx b/src/Orchard.Web/Core/Themes/Views/NotFound.ascx index 8abb96303..05667a107 100644 --- a/src/Orchard.Web/Core/Themes/Views/NotFound.ascx +++ b/src/Orchard.Web/Core/Themes/Views/NotFound.ascx @@ -1,4 +1,4 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Mvc.ViewModels"%>

<%=Html.TitleForPage(T("Not found").ToString()) %>

-

TODO: (erikpo) Add friendly message here

\ No newline at end of file +

<%=_Encoded("The page you are looking for does not exist.")%>

\ No newline at end of file