From 94195039ec7806ba18d9bb739278a757a281bdcf Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 10 Jun 2008 15:02:07 +0000 Subject: Error text change. git-svn-id: https://code.elgg.org/elgg/trunk@850 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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."); } /** -- cgit v1.2.3