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/Events/Reports/GetName.php')
-rw-r--r--plugins/Events/Reports/GetName.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/Reports/GetName.php b/plugins/Events/Reports/GetName.php
index 9c009743f6..2d9fafc1f0 100644
--- a/plugins/Events/Reports/GetName.php
+++ b/plugins/Events/Reports/GetName.php
@@ -19,7 +19,7 @@ class GetName extends Base
parent::init();
$this->dimension = new EventName();
$this->name = Piwik::translate('Events_EventNames');
- $this->documentation = ''; // TODO
+ $this->documentation = Piwik::translate('Events_EventNamesReportDocumentation');
$this->metrics = array('nb_events', 'sum_event_value', 'min_event_value', 'max_event_value', 'nb_events_with_value');
if (Common::getRequestVar('secondaryDimension', false) == 'eventCategory') {
$this->actionToLoadSubTables = 'getCategoryFromNameId';