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/ExampleTracker/Columns/ExampleDimension.php')
-rw-r--r--plugins/ExampleTracker/Columns/ExampleDimension.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/ExampleTracker/Columns/ExampleDimension.php b/plugins/ExampleTracker/Columns/ExampleDimension.php
index 738d0be9e1..25e48bb306 100644
--- a/plugins/ExampleTracker/Columns/ExampleDimension.php
+++ b/plugins/ExampleTracker/Columns/ExampleDimension.php
@@ -23,8 +23,6 @@ class ExampleDimension extends Dimension
* The name of the dimension which will be visible for instance in the UI of a related report and in the mobile app.
* @return string
*/
- public function getName()
- {
- return Piwik::translate('ExampleTracker_DimensionName');
- }
+ protected $nameSingular = 'ExampleTracker_DimensionName';
+
} \ No newline at end of file