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:
authorkiriti.kishore <kiriti.kishore@gmail.com>2015-01-15 04:34:40 +0300
committerkiriti.kishore <kiriti.kishore@gmail.com>2015-01-15 04:34:40 +0300
commit920ce70964702c08d2fda15270e4fb69d6b9fdd4 (patch)
tree59e70b6ea460615d872767df1af3eecfc965f51c /plugins/Goals/Visualizations/Goals.php
parent6d1fbf1024fe7643e1854927569cc9ed8479c8fd (diff)
changed the lang translation, as well as putting section tags around the user map to tab across it, and changed the alt text for "Goals.php." to distinguish between "Display a table with Goals metrics" and "Display a table with visitor enganement metrics
Diffstat (limited to 'plugins/Goals/Visualizations/Goals.php')
-rw-r--r--plugins/Goals/Visualizations/Goals.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/Visualizations/Goals.php b/plugins/Goals/Visualizations/Goals.php
index 0703889966..5619e403a6 100644
--- a/plugins/Goals/Visualizations/Goals.php
+++ b/plugins/Goals/Visualizations/Goals.php
@@ -23,7 +23,7 @@ class Goals extends HtmlTable
{
const ID = 'tableGoals';
const FOOTER_ICON = 'plugins/Morpheus/images/goal.png';
- const FOOTER_ICON_TITLE = 'General_DisplayTableWithMoreMetrics';
+ const FOOTER_ICON_TITLE = 'General_DisplayTableWithGoalMetrics';
public function beforeLoadDataTable()
{