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 'modules/ViewDataTable/GenerateGraphData.php')
-rw-r--r--modules/ViewDataTable/GenerateGraphData.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ViewDataTable/GenerateGraphData.php b/modules/ViewDataTable/GenerateGraphData.php
index 65c4b5304d..b8719bf923 100644
--- a/modules/ViewDataTable/GenerateGraphData.php
+++ b/modules/ViewDataTable/GenerateGraphData.php
@@ -89,7 +89,7 @@ abstract class Piwik_ViewDataTable_GenerateGraphData extends Piwik_ViewDataTable
if(!$this->dataAvailable)
{
$this->view->customizeGraph();
- $this->view->title("No data for this graph", '{font-size: 25px;}');
+ $this->view->title(Piwik_Translate('General_NoDataForGraph'), '{font-size: 25px;}');
}
else
{