diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-07 21:33:05 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-07 21:33:05 +0000 |
commit | 0cf7b992429528bf244420f812ee7fb339a30bba (patch) | |
tree | 84329f645b104dc551aef14ce0fd88bd06eb9009 /languages | |
parent | a70e447b30c3469f6ba0f973016dd2c8e94fd7a4 (diff) | |
download | elgg-0cf7b992429528bf244420f812ee7fb339a30bba.tar.gz elgg-0cf7b992429528bf244420f812ee7fb339a30bba.tar.bz2 |
fixed punctuation issue on install instructions
git-svn-id: http://code.elgg.org/elgg/trunk@3919 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |