]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
Update message formatting for serverError to use a starting capital and a leading...
[quix0rs-gnu-social.git] / actions / tag.php
index 512dac63a4f6f01f0039a5d5c276b486205bfcc4..7c6f99d92bac58cb6ef98d8641c425f2169b5653 100644 (file)
@@ -49,7 +49,7 @@ class TagAction 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;