aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-10 15:02:07 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-10 15:02:07 +0000
commit94195039ec7806ba18d9bb739278a757a281bdcf (patch)
treea08f8582e22770623b6b4f025636cde195f57b12 /engine/start.php
parent06fce6847aa3c29b9e05ce4b82d2b0272033ef74 (diff)
downloadelgg-94195039ec7806ba18d9bb739278a757a281bdcf.tar.gz
elgg-94195039ec7806ba18d9bb739278a757a281bdcf.tar.bz2
Error text change.
git-svn-id: https://code.elgg.org/elgg/trunk@850 36083f99-b078-4883-b0ff-0f9b5a30f544
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.");
}
/**