]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
Document 404 "Page not found" server error for translators.
[quix0rs-gnu-social.git] / actions / all.php
index 3eb1852147f4b8467f27fd2f41b6dbd850101a90..72ba28b4e09e59ec5ce96c33e23f84ee02373a22 100644 (file)
@@ -60,6 +60,7 @@ class AllAction extends ProfileAction
         }
 
         if ($this->page > 1 && $this->notice->N == 0) {
+            // TRANS: Server error when page not found (404)
             $this->serverError(_('No such page'), $code = 404);
         }