From 2c237faa2047856c950f01e28eec67a3e19ad6fb Mon Sep 17 00:00:00 2001 From: william341 Date: Mon, 25 Jul 2016 12:38:46 -0700 Subject: Update Not Found --- source/WindowsFormsApplication1/Apps/Shiftnet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/WindowsFormsApplication1/Apps') diff --git a/source/WindowsFormsApplication1/Apps/Shiftnet.cs b/source/WindowsFormsApplication1/Apps/Shiftnet.cs index 11c8094..048a990 100644 --- a/source/WindowsFormsApplication1/Apps/Shiftnet.cs +++ b/source/WindowsFormsApplication1/Apps/Shiftnet.cs @@ -91,7 +91,7 @@ namespace ShiftOS { LastUrl = "shiftnet:not_found"; - return HtmlTemplate.Replace("#BODY#", "That page was not found."); + return HtmlTemplate.Replace("#BODY#", "That page was not found. If you think this is in error, contact the administrator."); } } catch -- cgit v1.2.3