aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2016-07-25 12:38:46 -0700
committerwilliam341 <[email protected]>2016-07-25 12:38:46 -0700
commit2c237faa2047856c950f01e28eec67a3e19ad6fb (patch)
treef031ee82bb7c8d865b760a2f61e40798643ba4f5
parent390482cd88fb08f4bc87a1268e5fb8114207c05d (diff)
downloadshiftos-c--2c237faa2047856c950f01e28eec67a3e19ad6fb.tar.gz
shiftos-c--2c237faa2047856c950f01e28eec67a3e19ad6fb.tar.bz2
shiftos-c--2c237faa2047856c950f01e28eec67a3e19ad6fb.zip
Update Not Found
-rw-r--r--source/WindowsFormsApplication1/Apps/Shiftnet.cs2
1 files changed, 1 insertions, 1 deletions
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