X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=9532404041597f44e94fe50fce2ac9725c37fca3;hb=ad651c35353021d05ef4a013e57c17d0b885c5dc;hp=ee9617b662cd1d4185a00c2c6f142e511ff94042;hpb=1de7badd78bb3cddc99a6960ec6a395a191ce6be;p=quix0rs-gnu-social.git diff --git a/actions/tag.php b/actions/tag.php index ee9617b662..9532404041 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;