From d08fd8254a9385a1fbb120b0a58e6b6564500bbe Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 2 Mar 2010 17:30:22 +0100 Subject: Document 404 "Page not found" server error for translators. --- actions/all.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/all.php') diff --git a/actions/all.php b/actions/all.php index 3eb185214..72ba28b4e 100644 --- a/actions/all.php +++ b/actions/all.php @@ -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); } -- cgit v1.2.3-54-g00ecf