summaryrefslogtreecommitdiff
path: root/templates/404.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.mako')
-rw-r--r--templates/404.mako6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/404.mako b/templates/404.mako
index c47aee3..c8f5cd2 100644
--- a/templates/404.mako
+++ b/templates/404.mako
@@ -1,11 +1,11 @@
<%!
- title = "404 -- Page not found!"
+ title = "404 -- Seite konnte nicht gefunden werden!"
%>
<%inherit file="/page.mako" />
<p>
-Sorry - the requested page <i>${page}</i> cannot be found.
+ Sorry - die Seite <i>${page}</i> konnte nicht gefunden werden.
</p>
<%def name="heading()">
- 404 -- Page not found!
+ 404 -- Seite nicht gefunden
</%def>