]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
Document 404 "Page not found" server error for translators.
[quix0rs-gnu-social.git] / actions / replies.php
index 164c328db3cd6e0f4749f11543254899f79e4acb..4ff1b7a8d20e7e8549d095ba838cfe82760b4760 100644 (file)
@@ -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);
         }