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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-01-30 00:27:47 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-01-30 00:27:47 +0300
commit190431e3a98cc5512c79891c3dd3519e4810a779 (patch)
tree6774c8f59c40143a8c5da738bfe05fa07ccba2c3 /plugins/VisitTime
parent8c62b4f285a683e78090f9f85eab15b8c74d6499 (diff)
fixes #1096 - translateable plugin descriptions
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/VisitTime.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index 5901c8b118..f4fc8e4bc0 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -19,8 +19,8 @@ class Piwik_VisitTime extends Piwik_Plugin
public function getInformation()
{
$info = array(
- 'name' => 'Visits Time',
- 'description' => 'Reports the Local and Server time. Server time information can be useful to schedule a maintenance on the Website.',
+ 'name' => 'VisitTime',
+ 'description' => Piwik_Translate('VisitTime_PluginDescription'),
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
'version' => Piwik_Version::VERSION,