diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-06 21:00:49 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-02-06 21:00:49 +0000 |
commit | 298158ed2cb212cb79c413696295e8adbc5cecff (patch) | |
tree | 8808a35a77607b1ca8fa675f88ab2403bf2bc004 /languages | |
parent | 1b3bad40a47da7e8322f247073e6f7fc13ea16d3 (diff) | |
download | elgg-298158ed2cb212cb79c413696295e8adbc5cecff.tar.gz elgg-298158ed2cb212cb79c413696295e8adbc5cecff.tar.bz2 |
Fixes #1492: Removed usage info collecting from installation.
git-svn-id: http://code.elgg.org/elgg/trunk@3913 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 63c3e33fc..7310c8ac2 100644 --- a/languages/en.php +++ b/languages/en.php @@ -742,8 +742,6 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:debug:notice' => 'Log all errors, warnings and notices', 'installation:httpslogin' => "Enable this to have user logins performed over HTTPS. You will need to have https enabled on your server for this to work.", 'installation:httpslogin:label' => "Enable HTTPS logins", - 'installation:usage' => "This option lets Elgg send anonymous usage statistics back to Curverider.", - 'installation:usage:label' => "Send anonymous usage statistics", 'installation:view' => "Enter the view which will be used as the default for your site or leave this blank for the default view (if in doubt, leave as default):", 'installation:siteemail' => "Site email address (used when sending system emails)", |