diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-27 00:21:14 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-27 00:21:14 +0000 |
commit | c2503bc56c891ceafa0f26bcc72a09af07316c0d (patch) | |
tree | a6739014fe26d54ea528ab60720c80ecdf88e65b /public/404.html | |
parent | 6da0d5d366c64de438bf410e8ff496f3942e4f91 (diff) | |
download | redmine-c2503bc56c891ceafa0f26bcc72a09af07316c0d.tar.gz redmine-c2503bc56c891ceafa0f26bcc72a09af07316c0d.zip |
change 'redMine' to 'Redmine' on error pages.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5551 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/404.html b/public/404.html index ddf424b09..23c08dd81 100644 --- a/public/404.html +++ b/public/404.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> -<title>redMine 404 error</title> +<title>Redmine 404 error</title> <style> body{ font-family: Trebuchet MS,Georgia,"Times New Roman",serif; @@ -20,4 +20,4 @@ font-size:0.8em; <p>The page you were trying to access doesn't exist or has been removed.</p> <p><a href="javascript:history.back()">Back</a></p> </body> -</html>
\ No newline at end of file +</html> |