]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
Update message formatting for serverError to use a starting capital and a leading...
[quix0rs-gnu-social.git] / actions / replies.php
index 4ff1b7a8d20e7e8549d095ba838cfe82760b4760..608f71d6e0f4a011d1156e1ceaaa815c2a5a7018 100644 (file)
@@ -90,7 +90,7 @@ class RepliesAction extends OwnerDesignAction
 
         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;