X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=9532404041597f44e94fe50fce2ac9725c37fca3;hb=ad651c35353021d05ef4a013e57c17d0b885c5dc;hp=e91df6ea97525752b1ea7e945b5e75d64ce95ddb;hpb=663e4e02a1b3b1c104c2c3db19e524a486c3d981;p=quix0rs-gnu-social.git diff --git a/actions/tag.php b/actions/tag.php index e91df6ea97..9532404041 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -48,7 +48,8 @@ class TagAction extends Action $this->notice = Notice_tag::getStream($this->tag, (($this->page-1)*NOTICES_PER_PAGE), NOTICES_PER_PAGE + 1); if($this->page > 1 && $this->notice->N == 0){ - $this->serverError(_('No such page'),$code=404); + // TRANS: Server error when page not found (404) + $this->serverError(_('No such page.'),$code=404); } return true;