diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-25 12:28:10 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-25 12:28:10 +0000 |
commit | 6c040e6a9a63e2f9a2f4107ffbb6ab468226f8bc (patch) | |
tree | 875373ed7b8eccb5b96763114685d8cab5becdb3 /languages | |
parent | 4899d1a5b4d74f393a3944915782e3c2faefb7e7 (diff) | |
download | elgg-6c040e6a9a63e2f9a2f4107ffbb6ab468226f8bc.tar.gz elgg-6c040e6a9a63e2f9a2f4107ffbb6ab468226f8bc.tar.bz2 |
Ping now configurable.
git-svn-id: https://code.elgg.org/elgg/trunk@1532 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 b5d1737b4..ec897ba96 100644 --- a/languages/en.php +++ b/languages/en.php @@ -485,7 +485,7 @@ Alternatively, you can enter your database settings below and we will try and do 'language' => "The default language for your site:",
'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:",
'debug:label' => "Turn on debug mode", - 'usage' => "This option lets Elgg send anonymous usage statistics back to Curverider", + 'usage' => "This option lets Elgg send anonymous usage statistics back to Curverider.", 'usage:label' => "Send anonymous usage statistics",
'view' => "Enter the view which will be used as the default for your site (e.g. 'mobile') or leave this blank for the default view:",
|