aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php
index 3424c54de..a6c7afad3 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -34,7 +34,7 @@
}
if (!@include_once(dirname(__FILE__) . "/lib/languages.php")) { // Main Elgg library
- throw new InstallationException("Elgg could not load its main library.");
+ throw new InstallationException("Error in installation: could not load the languages library.");
}
/**