Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2009-06-06 21:52:48 +0400
committerrobocoder <anthon.pang@gmail.com>2009-06-06 21:52:48 +0400
commitb5793f0d850c12b00da2e339761ae6853dfa868a (patch)
tree0826681d7fcadc9b79b52e5d77063da34aa7d4c1 /plugins/DBStats/DBStats.php
parent56ee453449eaa2fba3b6d544c7b6900c3c57b9b6 (diff)
Unpluralize name.
git-svn-id: http://dev.piwik.org/svn/trunk@1186 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/DBStats/DBStats.php')
-rw-r--r--plugins/DBStats/DBStats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php
index 2c0b6832e1..0cca167203 100644
--- a/plugins/DBStats/DBStats.php
+++ b/plugins/DBStats/DBStats.php
@@ -17,7 +17,7 @@ class Piwik_DBStats extends Piwik_Plugin
public function getInformation()
{
return array(
- 'name' => 'Databases statistics',
+ 'name' => 'Database statistics',
'description' => 'This plugin reports the database usage by Piwik tables.',
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',