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>2015-06-13 00:54:31 +0300
committersgiehl <stefan@piwik.org>2015-06-20 12:27:20 +0300
commitc553d15a350b60e0b9b9eb946f91aa9331a5567e (patch)
tree05b448ff11521061a817f44e064799888ddf74c0 /plugins/DBStats
parent5827efe733faa856058945e9aae1e15bcaf79cf7 (diff)
use new intl unit data
Diffstat (limited to 'plugins/DBStats')
-rw-r--r--plugins/DBStats/Reports/Base.php2
-rw-r--r--plugins/DBStats/Reports/GetMetricDataSummaryByYear.php2
-rw-r--r--plugins/DBStats/Reports/GetReportDataSummaryByYear.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/DBStats/Reports/Base.php b/plugins/DBStats/Reports/Base.php
index c32e2d7410..3c9b3a6b6e 100644
--- a/plugins/DBStats/Reports/Base.php
+++ b/plugins/DBStats/Reports/Base.php
@@ -51,7 +51,7 @@ abstract class Base extends \Piwik\Plugin\Report
$view->config->addTranslations(array(
'label' => Piwik::translate('DBStats_Table'),
- 'year' => Piwik::translate('CoreHome_PeriodYear'),
+ 'year' => Piwik::translate('Intl_PeriodYear'),
'data_size' => Piwik::translate('DBStats_DataSize'),
'index_size' => Piwik::translate('DBStats_IndexSize'),
'total_size' => Piwik::translate('DBStats_TotalSize'),
diff --git a/plugins/DBStats/Reports/GetMetricDataSummaryByYear.php b/plugins/DBStats/Reports/GetMetricDataSummaryByYear.php
index 74907d4d9f..bc5e8e5c3c 100644
--- a/plugins/DBStats/Reports/GetMetricDataSummaryByYear.php
+++ b/plugins/DBStats/Reports/GetMetricDataSummaryByYear.php
@@ -29,7 +29,7 @@ class GetMetricDataSummaryByYear extends Base
$this->addPresentationFilters($view);
$view->config->title = $this->name;
- $view->config->addTranslation('label', Piwik::translate('CoreHome_PeriodYear'));
+ $view->config->addTranslation('label', Piwik::translate('Intl_PeriodYear'));
}
public function getRelatedReports()
diff --git a/plugins/DBStats/Reports/GetReportDataSummaryByYear.php b/plugins/DBStats/Reports/GetReportDataSummaryByYear.php
index 173bdd2037..1bbe67e467 100644
--- a/plugins/DBStats/Reports/GetReportDataSummaryByYear.php
+++ b/plugins/DBStats/Reports/GetReportDataSummaryByYear.php
@@ -29,7 +29,7 @@ class GetReportDataSummaryByYear extends Base
$this->addPresentationFilters($view);
$view->config->title = $this->name;
- $view->config->addTranslation('label', Piwik::translate('CoreHome_PeriodYear'));
+ $view->config->addTranslation('label', Piwik::translate('Intl_PeriodYear'));
}
public function getRelatedReports()