aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-31 00:35:53 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-31 00:35:53 +0000
commitf5aa7f117267f2366813f0798c263989c34ad3ea (patch)
tree1f2160d86f6b1aac67ed9bc9696230ab05ae6794 /languages
parent2f376bfc5fa1e6c7f52a1eb0079409f27ed9b0cd (diff)
downloadelgg-f5aa7f117267f2366813f0798c263989c34ad3ea.tar.gz
elgg-f5aa7f117267f2366813f0798c263989c34ad3ea.tar.bz2
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
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php1
1 files changed, 1 insertions, 0 deletions
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
*/