X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=7c6f99d92bac58cb6ef98d8641c425f2169b5653;hb=6c671141982c5837a2e5bf1e90de389c728d5dee;hp=512dac63a4f6f01f0039a5d5c276b486205bfcc4;hpb=e4d934827bd7b2162e870611662549a5df759b57;p=quix0rs-gnu-social.git diff --git a/actions/tag.php b/actions/tag.php index 512dac63a4..7c6f99d92b 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -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;