modules: make most remaining hardcoded strings translatable, patch by "BasicXP" ...
[project/luci.git] / modules / admin-core / luasrc / view / error404.htm
index 956a6855493b6301cf0a747b87ce972859bc85f2..813604d12cac610dff1a40d2666def101905e2d0 100644 (file)
@@ -13,7 +13,7 @@ $Id$
 
 -%>
 <%+header%>
-<h1>404 Not Found</h1>
-<p>Sorry, the object you requested was not found.</p>
-<tt>Unable to dispatch: <%=luci.http.request.env.PATH_INFO%></tt>
-<%+footer%>
\ No newline at end of file
+<h2><a id="content" name="content">404 <%:Not Found%></a></h2>
+<p><%:Sorry, the object you requested was not found.%></p>
+<tt><%:Unable to dispatch%>: <%=luci.http.request.env.PATH_INFO%></tt>
+<%+footer%>