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/public.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/public.php') diff --git a/actions/public.php b/actions/public.php index 50278bfce..0b3b5fde8 100644 --- a/actions/public.php +++ b/actions/public.php @@ -94,6 +94,7 @@ class PublicAction 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); } -- cgit v1.2.3-54-g00ecf