diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-13 17:13:30 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-13 17:13:30 +0000 |
commit | 5dcbc352046453272839dd3c886d7d10af2bfa3f (patch) | |
tree | 6af8bbe893721748c74e207180f0a174b73c5603 | |
parent | 19286968e6c08321e037e2271047ca74aeef1a49 (diff) | |
download | elgg-5dcbc352046453272839dd3c886d7d10af2bfa3f.tar.gz elgg-5dcbc352046453272839dd3c886d7d10af2bfa3f.tar.bz2 |
fixed typo in site settings
git-svn-id: http://code.elgg.org/elgg/trunk@8685 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 c65aaefd3..0c46a0a38 100644 --- a/languages/en.php +++ b/languages/en.php @@ -918,7 +918,7 @@ Once you have logged in, we highly recommend that you change your password. 'installation:sitedescription' => "Short description of your site (optional):", 'installation:wwwroot' => "The site URL:", 'installation:path' => "The full path of the Elgg installation:", - 'installation:dataroot' => "The full path the data directory:", + 'installation:dataroot' => "The full path of the data directory:", 'installation:dataroot:warning' => "You must create this directory manually. It should be in a different directory to your Elgg installation.", 'installation:sitepermissions' => "The default access permissions:", 'installation:language' => "The default language for your site:", |