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>2010-01-30 00:27:47 +0300
committerrobocoder <anthon.pang@gmail.com>2010-01-30 00:27:47 +0300
commit349741b04d2f8d2955ebbc69a90aa37b7dfb35a7 (patch)
tree6774c8f59c40143a8c5da738bfe05fa07ccba2c3 /plugins/ExampleAPI
parent311581ddc4d17be3ee8a672ddffb88df83329fdc (diff)
fixes #1096 - translateable plugin descriptions
git-svn-id: http://dev.piwik.org/svn/trunk@1816 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index 68aa95af2f..25ffd2c687 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -24,8 +24,8 @@ class Piwik_ExampleAPI extends Piwik_Plugin
public function getInformation()
{
return array(
- 'name' => 'Example API',
- 'description' => 'Example Plugin: How to create an API for your plugin, to export your data in multiple formats without any special coding?',
+ 'name' => 'ExampleAPI',
+ 'description' => Piwik_Translate('ExampleAPI_PluginDescription'),
'homepage' => 'index.php?module=API&action=listAllAPI#ExampleAPI',
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',