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/showfavorites.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/showfavorites.php') diff --git a/actions/showfavorites.php b/actions/showfavorites.php index f2d082293..5b85de683 100644 --- a/actions/showfavorites.php +++ b/actions/showfavorites.php @@ -134,6 +134,7 @@ class ShowfavoritesAction extends OwnerDesignAction } 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