]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
Update message formatting for serverError to use a starting capital and a leading...
[quix0rs-gnu-social.git] / actions / public.php
index 0b3b5fde846fd23b2cbb4aedcce78e25f71363a8..8e9db10cafc421562ecb440440893299a965629b 100644 (file)
@@ -95,7 +95,7 @@ class PublicAction extends Action
 
         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;