Browse Source

Fixed 404 explanation

Rafał Pitoń 11 years ago
parent
commit
7edc8cb8b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/templates/misago/404.html

+ 1 - 1
misago/templates/misago/404.html

@@ -16,7 +16,7 @@
     </div>
 
     <h1>{% trans "Requested page could not be found." %}</h1>
-    <p>{% trans "Clicked link was incorrect or the page was moved or deleted." %}</p>
+    <p>{% trans "The link you clicked was incorrect or the page has been moved or deleted." %}</p>
 
   </div>