X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=7c6f99d92bac58cb6ef98d8641c425f2169b5653;hb=7005ef66617b265ddccdd9082c2368bf014a7e83;hp=512dac63a4f6f01f0039a5d5c276b486205bfcc4;hpb=d844e6bde511595ae05c60406a58b864d2607d8b;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;