]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
English mistake cf sebsauvage/Shaarli#221
authorArthur <arthur@hoa.ro>
Sun, 12 Jul 2015 13:16:37 +0000 (15:16 +0200)
committerArthur <arthur@hoa.ro>
Sun, 12 Jul 2015 13:16:37 +0000 (15:16 +0200)
index.php

index a0195db7919b2de6aa531c9dbb223336c4674c6b..b705146a7ccf7895bbec94abc51882f2d4f9ac8b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1756,7 +1756,7 @@ function buildLinkList($PAGE,$LINKSDB)
         {
             header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found");
             echo '<h1>404 Not found.</h1>Oh crap. The link you are trying to reach does not exist or has been deleted.';
-            echo '<br>You would mind <a href="?">clicking here</a>?';
+            echo '<br>Would you mind <a href="?">clicking here</a>?';
             exit;
         }
         $search_type='permalink';