OSDN Git Service

change 'redMine' to 'Redmine' on error pages.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 27 Apr 2011 00:21:14 +0000 (00:21 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 27 Apr 2011 00:21:14 +0000 (00:21 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5551 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/404.html
public/500.html

index ddf424b..23c08dd 100644 (file)
@@ -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>
index 93eb0f1..510f2ba 100644 (file)
@@ -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 500 error</title>
+<title>Redmine 500 error</title>
 <style>
 body{
 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
@@ -18,7 +18,7 @@ font-size:0.8em;
 <body>
   <h1>Internal error</h1>
   <p>An error occurred on the page you were trying to access.<br />
-  If you continue to experience problems please contact your redMine administrator for assistance.</p>
+  If you continue to experience problems please contact your Redmine administrator for assistance.</p>
   <p><a href="javascript:history.back()">Back</a></p>
 </body>
-</html>
\ No newline at end of file
+</html>