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:
authormattab <matthieu.aubry@gmail.com>2013-04-07 10:32:47 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-07 10:32:47 +0400
commit3f35263010e91b4dc434184b67c2e42c46476d9c (patch)
tree89f10d853dc51b4b968eabcf3c28414f79004ac0 /plugins/Overlay/Overlay.php
parent0577a08052fe5e805688ab6a5f3de12c2faab444 (diff)
Refs #3701 adding simple message in UI
Diffstat (limited to 'plugins/Overlay/Overlay.php')
-rw-r--r--plugins/Overlay/Overlay.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/Overlay.php b/plugins/Overlay/Overlay.php
index d7b950491e..b7bf6c3da4 100644
--- a/plugins/Overlay/Overlay.php
+++ b/plugins/Overlay/Overlay.php
@@ -14,7 +14,7 @@ class Piwik_Overlay extends Piwik_Plugin
public function getInformation()
{
return array(
- 'description' => Piwik_Translate('Overlay_PluginDescription'),
+ 'description' => Piwik_Translate('Overlay_PluginDescription') . ' Note: Requires the Transitions plugin enabled.',
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
'version' => Piwik_Version::VERSION,