aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-01-15 13:40:57 -0800
committerBrett Profitt <brett.profitt@gmail.com>2012-01-15 13:40:57 -0800
commit4a3540fe36e66bee3d22795e83653140abb5deb9 (patch)
treeba2d3c65995b8bba0aaaf41545d2905e03b70969 /languages
parent68e4829ac0959d86c651e7ed6dc255c39694c8af (diff)
downloadelgg-4a3540fe36e66bee3d22795e83653140abb5deb9.tar.gz
elgg-4a3540fe36e66bee3d22795e83653140abb5deb9.tar.bz2
Fixes #4036. Hiding exceptions except for admin users.
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 d9149a689..97867f922 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -37,6 +37,7 @@ $english = array(
* Errors
*/
'exception:title' => "Fatal Error.",
+ 'exception:contact_admin' => 'An unrecoverable error has occurred and has been logged. Contact the site administrator with the following information:',
'actionundefined' => "The requested action (%s) was not defined in the system.",
'actionnotfound' => "The action file for %s was not found.",