From f5aa7f117267f2366813f0798c263989c34ad3ea Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 31 Aug 2010 00:35:53 +0000 Subject: Refs #2434 - make view failures spectacular rather than silent since they should only happen during development git-svn-id: http://code.elgg.org/elgg/trunk@6886 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 1 + 1 file changed, 1 insertion(+) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 17ff4a52e..6a3f0d34a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -187,6 +187,7 @@ $english = array( 'deprecatedfunction' => 'Warning: This code uses the deprecated function \'%s\' and is not compatible with this version of Elgg', 'pageownerunavailable' => 'Warning: The page owner %d is not accessible!', + 'viewfailure' => 'There was an internal failure in the view %s', /** * API */ -- cgit v1.2.3