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/GetAction.php')
-rw-r--r--plugins/Events/Reports/GetAction.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/Reports/GetAction.php b/plugins/Events/Reports/GetAction.php
index aac77c196e..e459c35478 100644
--- a/plugins/Events/Reports/GetAction.php
+++ b/plugins/Events/Reports/GetAction.php
@@ -19,7 +19,7 @@ class GetAction extends Base
parent::init();
$this->dimension = new EventAction();
$this->name = Piwik::translate('Events_EventActions');
- $this->documentation = ''; // TODO
+ $this->documentation = Piwik::translate('Events_EventActionsReportDocumentation');
$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';