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/VisitorInterest
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/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index 2df78fd3e0..82738799f3 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -19,8 +19,8 @@ class Piwik_VisitorInterest extends Piwik_Plugin
public function getInformation()
{
$info = array(
- 'name' => 'Visitors Interest',
- 'description' => 'Reports about the Visitor Interest: number of pages viewed, time spent on the Website.',
+ 'name' => 'VisitorInterest',
+ 'description' => Piwik_Translate('VisitorInterest_PluginDescription'),
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
'version' => Piwik_Version::VERSION,