From 0cf7b992429528bf244420f812ee7fb339a30bba Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 7 Feb 2010 21:33:05 +0000 Subject: fixed punctuation issue on install instructions git-svn-id: http://code.elgg.org/elgg/trunk@3919 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/en.php b/languages/en.php index 4833ec355..bb9773d62 100644 --- a/languages/en.php +++ b/languages/en.php @@ -735,7 +735,7 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:dataroot:warning' => "You must create this directory manually. It should sit in a different directory to your Elgg installation.", 'installation:sitepermissions' => "The default access permissions:", 'installation:language' => "The default language for your site:", - 'installation:debug' => "Debug mode provides extra information which can be used to diagnose faults, however it can slow your system down so should only be used if you are having problems:", + 'installation:debug' => "Debug mode provides extra information which can be used to diagnose faults. However, it can slow your system down so should only be used if you are having problems:", 'installation:debug:none' => 'Turn off debug mode (recommended)', 'installation:debug:error' => 'Display only critical errors', 'installation:debug:warning' => 'Display errors and warnings', -- cgit v1.2.3