OSDN Git Service

More minor translation/grammar fixes on error pages
authorRobert Speicher <rspeicher@gmail.com>
Tue, 14 Aug 2012 21:26:38 +0000 (17:26 -0400)
committerRobert Speicher <rspeicher@gmail.com>
Tue, 14 Aug 2012 21:26:38 +0000 (17:26 -0400)
app/views/errors/access_denied.html.haml
app/views/errors/encoding.html.haml
app/views/errors/git_not_found.html.haml
app/views/errors/gitolite.html.haml
app/views/errors/not_found.html.haml

index 644ee03..d38e061 100644 (file)
@@ -1,5 +1,5 @@
 .alert-message.block-message.error
   %h3 Access Denied
   %hr
-  %p Youre not allowed to access this page
+  %p You are not allowed to access this page.
   %p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}
index 1b1376b..4662437 100644 (file)
@@ -2,5 +2,4 @@
   %h3 Encoding Error
   %hr
   %p
-    Page can't be loaded cause of encoding error
-
+    Page can't be loaded because of an encoding error.
index abde744..27ba201 100644 (file)
@@ -6,4 +6,4 @@
     %span.label branch
     or
     %span.label commit
-    in your repository. Maybe it was moved
+    in your repository. It may have been moved.
index 88ec66d..3463e8f 100644 (file)
@@ -2,9 +2,6 @@
   %h3 Gitolite Error
   %h4 Application can't get access to your gitolite system.
 
-
-
-
 %h4 Tips for Administrator:
 
 %ul
index 9b76a9b..374c4f3 100644 (file)
@@ -1,5 +1,5 @@
 .alert-message.block-message.error
   %h3 Not found
   %hr
-  %p Resource you were looking for doesn't exist.
-  %P You may have mistyped the address or it was removed.
+  %p The resource you were looking for doesn't exist.
+  %p You may have mistyped the address or it may have been removed.