diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-04 18:29:20 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-04 18:29:20 +0000 |
commit | 7d87b7475322dbfb5993ceb95b94c015f85af3f5 (patch) | |
tree | 3fc770e3eb7963b1e9cb9039a3b72df0a6f1901c /languages | |
parent | b4771c0a66d33a7bd09d5e98646a75144e6abba0 (diff) | |
download | elgg-7d87b7475322dbfb5993ceb95b94c015f85af3f5.tar.gz elgg-7d87b7475322dbfb5993ceb95b94c015f85af3f5.tar.bz2 |
Refs #2129: Added missing language string for new installer.
git-svn-id: http://code.elgg.org/elgg/trunk@7003 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 1083788d0..c40222dc5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -975,6 +975,7 @@ If you are ready to proceed, click the Next button.", 'install:check:htaccess_fail' => 'Unable to create an .htaccess file in the root directory of Elgg. You will need to copy htaccess_dist to .htaccess', 'install:check:rewrite:success' => 'The test of the rewrite rules was successful.', 'install:check:rewrite:fail' => 'The URL rewrite test failed.', + 'install:check:rewrite:unknown' => 'The result rewrite test could not be determined. Continue at your own risk.', 'install:check:enginedir' => 'Your web server does not have permission to create the settings.php file in the engine directory. You have two choices: |