diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Shiftnet.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Shiftnet.cs | 2 |
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 |
