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:
authorsgiehl <stefan@piwik.org>2013-09-14 19:04:14 +0400
committersgiehl <stefan@piwik.org>2013-09-14 19:04:14 +0400
commit4cdb9571814fb40173d81ef4ed2ce4341e01aee7 (patch)
tree24769e451baa37ba89905ff1684ba9abed2e703b /plugins/CoreHome/CoreHome.php
parent2fa88c207c1f626a933873feec27cc3089f7b610 (diff)
refs #4151 refactored more _js hack uses
Diffstat (limited to 'plugins/CoreHome/CoreHome.php')
-rw-r--r--plugins/CoreHome/CoreHome.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/CoreHome.php b/plugins/CoreHome/CoreHome.php
index a1bd603fca..0bc3306914 100644
--- a/plugins/CoreHome/CoreHome.php
+++ b/plugins/CoreHome/CoreHome.php
@@ -108,5 +108,7 @@ class CoreHome extends \Piwik\Plugin
$translationKeys[] = 'CoreHome_FlattenDataTable';
$translationKeys[] = 'CoreHome_UnFlattenDataTable';
$translationKeys[] = 'Annotations_ViewAndAddAnnotations';
+ $translationKeys[] = 'General_RowEvolutionRowActionTooltipTitle';
+ $translationKeys[] = 'General_RowEvolutionRowActionTooltip';
}
} \ No newline at end of file