From 7d87b7475322dbfb5993ceb95b94c015f85af3f5 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 4 Oct 2010 18:29:20 +0000 Subject: Refs #2129: Added missing language string for new installer. git-svn-id: http://code.elgg.org/elgg/trunk@7003 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 1 + 1 file changed, 1 insertion(+) (limited to 'languages/en.php') 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: -- cgit v1.2.3