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:
authormattab <matthieu.aubry@gmail.com>2014-06-10 04:45:44 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-10 04:45:44 +0400
commitef3f037e96fed8fd711843811abc2601de14c2fe (patch)
tree7900602d044619f2f0afb93f642c5e23dbd25407 /plugins/ExampleAPI
parent86c771de92b7a7fafe901a4b268d9666eff5719a (diff)
Piwik is a free/libre analytics platform. Refs #5276
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index 19a446d17a..27dc2f59aa 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -87,7 +87,7 @@ class API extends \Piwik\Plugin\API
*/
public function getDescriptionArray()
{
- return array('piwik', 'open source', 'web analytics', 'free', 'Strong message: Свободный Тибет');
+ return array('piwik', 'free/libre', 'web analytics', 'free', 'Strong message: Свободный Тибет');
}
/**