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:
authorThomas Steur <thomas.steur@googlemail.com>2014-06-12 07:52:31 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-12 07:52:31 +0400
commitfa709f30c43fcef14836d0412f2e9dde54788265 (patch)
treeaa461c90b2716039910da031062bad799efb59ff /plugins/DevicesDetection/Reports
parentb0ebb61485bdeb362caea645e22fc93ee199a917 (diff)
fixed some more tests
Diffstat (limited to 'plugins/DevicesDetection/Reports')
-rw-r--r--plugins/DevicesDetection/Reports/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/Reports/Base.php b/plugins/DevicesDetection/Reports/Base.php
index 9a178bb62c..a8ada70560 100644
--- a/plugins/DevicesDetection/Reports/Base.php
+++ b/plugins/DevicesDetection/Reports/Base.php
@@ -14,7 +14,7 @@ abstract class Base extends \Piwik\Plugin\Report
{
protected function init()
{
- $this->category = 'DevicesDetection_DevicesDetection';
+ $this->category = Piwik::translate('DevicesDetection_DevicesDetection');
}
protected function getOsRelatedReports()