diff options
-rw-r--r-- | engine/start.php | 2 |
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.");
}
/**
|