X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Freplies.php;h=4ff1b7a8d20e7e8549d095ba838cfe82760b4760;hb=a21a17263956808e074fb62551300c5d6297387b;hp=2e50f1c3c4ce04f7379e8058073e5105c8da835e;hpb=0c4dbf158812da899ffe7969e0f2287bfc15ec5e;p=quix0rs-gnu-social.git diff --git a/actions/replies.php b/actions/replies.php index 2e50f1c3c4..4ff1b7a8d2 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -89,6 +89,7 @@ class RepliesAction extends OwnerDesignAction NOTICES_PER_PAGE + 1); if($this->page > 1 && $this->notice->N == 0){ + // TRANS: Server error when page not found (404) $this->serverError(_('No such page'),$code=404); } @@ -124,7 +125,7 @@ class RepliesAction extends OwnerDesignAction if ($this->page == 1) { return sprintf(_("Replies to %s"), $this->user->nickname); } else { - return sprintf(_("Replies to %1$s, page %2$d"), + return sprintf(_('Replies to %1$s, page %2$d'), $this->user->nickname, $this->page); }