]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
Update message formatting for serverError to use a starting capital and a leading...
[quix0rs-gnu-social.git] / actions / all.php
index 8c22e6f5f076337b5829a791129369beaef2b9db..a977fce95425f41383e5e209fb4a7145613cc234 100644 (file)
@@ -61,7 +61,7 @@ class AllAction extends ProfileAction
 
         if ($this->page > 1 && $this->notice->N == 0) {
             // TRANS: Server error when page not found (404)
-            $this->serverError(_('No such page'), $code = 404);
+            $this->serverError(_('No such page.'), $code = 404);
         }
 
         return true;