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:
Diffstat (limited to 'plugins/ExampleRssWidget/ExampleRssWidget.php')
-rw-r--r--plugins/ExampleRssWidget/ExampleRssWidget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleRssWidget/ExampleRssWidget.php b/plugins/ExampleRssWidget/ExampleRssWidget.php
index 4285f414a8..4f7f8e4541 100644
--- a/plugins/ExampleRssWidget/ExampleRssWidget.php
+++ b/plugins/ExampleRssWidget/ExampleRssWidget.php
@@ -6,8 +6,8 @@ class Piwik_ExampleRssWidget extends Piwik_Plugin
{
return array(
// name must be the className prefix!
- 'name' => 'Example RSS Widget',
- 'description' => 'Simple example on how to create a new widget that reads a RSS feed',
+ 'name' => 'ExampleRssWidget',
+ 'description' => 'Example Plugin: How to create a new widget that reads a RSS feed?',
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',