diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-07 12:14:15 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-07 12:14:15 +0000 |
commit | f55b161798c2a4629e86bb7e01151ebb6924dc8c (patch) | |
tree | a7a38c45ac66af2754803d32ed9326eb7a91d101 /languages | |
parent | f773edef59a8f835663e03595c79e90d2be74d62 (diff) | |
download | elgg-f55b161798c2a4629e86bb7e01151ebb6924dc8c.tar.gz elgg-f55b161798c2a4629e86bb7e01151ebb6924dc8c.tar.bz2 |
Adjusted statistics message
git-svn-id: https://code.elgg.org/elgg/trunk@1753 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 f80743563..8ed6b8bbf 100644 --- a/languages/en.php +++ b/languages/en.php @@ -415,7 +415,7 @@ 'admin:plugins:enable:no' => "Plugin %s could not be enabled.",
'admin:statistics' => "Statistics",
- 'admin:statistics:description' => "This admin panel will allow you to view statistics about your site.",
+ 'admin:statistics:description' => "This is an overview of statistics on your site. If you need more detailed statistics, a professional administration feature is available from Curverider.",
'admin:statistics:opt:description' => "View statistical information about users and objects on your site.",
'admin:statistics:opt:linktext' => "View statistics...",
'admin:statistics:label:basic' => "Basic site statistics",
|