Commit 70174a1e1a132f92abd9106fcfe8d596c6d56bf1

Authored by Robert Speicher
1 parent 6af38f51

More minor translation/grammar fixes on error pages

app/views/errors/access_denied.html.haml
1 .alert-message.block-message.error 1 .alert-message.block-message.error
2 %h3 Access Denied 2 %h3 Access Denied
3 %hr 3 %hr
4 - %p Youre not allowed to access this page 4 + %p You are not allowed to access this page.
5 %p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"} 5 %p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}
app/views/errors/encoding.html.haml
@@ -2,5 +2,4 @@ @@ -2,5 +2,4 @@
2 %h3 Encoding Error 2 %h3 Encoding Error
3 %hr 3 %hr
4 %p 4 %p
5 - Page can't be loaded cause of encoding error  
6 - 5 + Page can't be loaded because of an encoding error.
app/views/errors/git_not_found.html.haml
@@ -6,4 +6,4 @@ @@ -6,4 +6,4 @@
6 %span.label branch 6 %span.label branch
7 or 7 or
8 %span.label commit 8 %span.label commit
9 - in your repository. Maybe it was moved 9 + in your repository. It may have been moved.
app/views/errors/gitolite.html.haml
@@ -2,9 +2,6 @@ @@ -2,9 +2,6 @@
2 %h3 Gitolite Error 2 %h3 Gitolite Error
3 %h4 Application can't get access to your gitolite system. 3 %h4 Application can't get access to your gitolite system.
4 4
5 -  
6 -  
7 -  
8 %h4 Tips for Administrator: 5 %h4 Tips for Administrator:
9 6
10 %ul 7 %ul
app/views/errors/not_found.html.haml
1 .alert-message.block-message.error 1 .alert-message.block-message.error
2 %h3 Not found 2 %h3 Not found
3 %hr 3 %hr
4 - %p Resource you were looking for doesn't exist.  
5 - %P You may have mistyped the address or it was removed. 4 + %p The resource you were looking for doesn't exist.
  5 + %p You may have mistyped the address or it may have been removed.