diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-20 10:30:09 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-20 10:30:09 +0000 |
commit | 5dfdf35745318385c0ddcb4018eb65f17da24f47 (patch) | |
tree | c72ed4cb2342e4f76329161549d787db57066733 | |
parent | f8d08bca258f6097ac471cc10695b6ae38485887 (diff) | |
download | elgg-5dfdf35745318385c0ddcb4018eb65f17da24f47.tar.gz elgg-5dfdf35745318385c0ddcb4018eb65f17da24f47.tar.bz2 |
Language change
git-svn-id: https://code.elgg.org/elgg/trunk@2024 36083f99-b078-4883-b0ff-0f9b5a30f544
-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 d6d9adda5..1bc4f6386 100644 --- a/languages/en.php +++ b/languages/en.php @@ -621,7 +621,7 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:wwwroot' => "The site URL, followed by a trailing slash:",
'installation:path' => "The full path to your site root on your disk, followed by a trailing slash:",
'installation:dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:",
- 'installation:dataroot:warning' => "You must create this directory manually. If possible, it should not sit within your site URL.",
+ 'installation:dataroot:warning' => "You must create this directory manually. It should sit in a different directory to your Elgg installation.",
'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:label' => "Turn on debug mode",
|