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/UserCountry
parent8c62b4f285a683e78090f9f85eab15b8c74d6499 (diff)
fixes #1096 - translateable plugin descriptions
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/UserCountry.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php
index d607948965..75c6132146 100644
--- a/plugins/UserCountry/UserCountry.php
+++ b/plugins/UserCountry/UserCountry.php
@@ -19,8 +19,8 @@ class Piwik_UserCountry extends Piwik_Plugin
public function getInformation()
{
$info = array(
- 'name' => 'Visitors Country',
- 'description' => 'Reports the Country of the visitors.',
+ 'name' => 'UserCountry',
+ 'description' => Piwik_Translate('UserCountry_PluginDescription'),
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
'version' => Piwik_Version::VERSION,