diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-20 22:43:59 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-20 22:43:59 +0000 | 
| commit | 2ef1666749b9621820531e65edc84ac0b19e8fa8 (patch) | |
| tree | f8892b9a951e591f327726d2358022132401e683 /install/languages | |
| parent | ee8c54c3f564288798c6baec26b2b4e0ff327f78 (diff) | |
| download | elgg-2ef1666749b9621820531e65edc84ac0b19e8fa8.tar.gz elgg-2ef1666749b9621820531e65edc84ac0b19e8fa8.tar.bz2  | |
Fixes #3062 checks if data directory exists
git-svn-id: http://code.elgg.org/elgg/trunk@8791 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/languages')
| -rw-r--r-- | install/languages/en.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/install/languages/en.php b/install/languages/en.php index 73a862cd0..80716069d 100644 --- a/install/languages/en.php +++ b/install/languages/en.php @@ -126,6 +126,7 @@ If you are ready to proceed, click the Next button.",  	'install:error:readsettingsphp' => 'Unable to read engine/settings.example.php',  	'install:error:writesettingphp' => 'Unable to write engine/settings.php',  	'install:error:requiredfield' => '%s is required', +	'install:error:datadirectoryexists' => 'Your data directory %s does not exist.',  	'install:error:writedatadirectory' => 'Your data directory %s is not writable by the web server.',  	'install:error:locationdatadirectory' => 'Your data directory %s must be outside of your install path for security.',  	'install:error:emailaddress' => '%s is not a valid email address',  | 
