diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-06 11:21:47 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-06 11:21:47 +0000 |
commit | 6606581f431f52330b8bcc28e1aa1b55a4b5b408 (patch) | |
tree | 51f9e80b120ad8b3b7c6a05fdd75fc737929da5b /install/languages | |
parent | e60775fb5a44955669e18780de3bad7bc0f0ce30 (diff) | |
download | elgg-6606581f431f52330b8bcc28e1aa1b55a4b5b408.tar.gz elgg-6606581f431f52330b8bcc28e1aa1b55a4b5b408.tar.bz2 |
removed several parts of the old installer from the core
git-svn-id: http://code.elgg.org/elgg/trunk@7021 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/languages')
-rw-r--r-- | install/languages/en.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/install/languages/en.php b/install/languages/en.php index aadb89f0d..93bd9e190 100644 --- a/install/languages/en.php +++ b/install/languages/en.php @@ -112,10 +112,7 @@ If you are ready to proceed, click the Next button.", 'install:complete:instructions' => 'Your Elgg site is now ready to be used. Click the button below to be taken to your site.', - 'InstallationException:UnknownStep' => '%s is an unknown installation step.', - 'InstallationException:MissingLibrary' => 'Could not load %s', - 'InstallationException:CannotLoadSettings' => 'Elgg could not load the settings file. It does not exist or there is a file permissions issue.', - + 'InstallationException:UnknownStep' => '%s is an unknown installation step.', ); |