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 01:12:45 +0300
committersgiehl <stefan@piwik.org>2015-06-20 12:27:20 +0300
commitbd1df40914fc797c0c98fd026ca3ac279e4616f1 (patch)
treeabaf3e3f278555897ab01180474ed5f98bfbe1f8 /plugins/VisitorInterest/API.php
parentc553d15a350b60e0b9b9eb946f91aa9331a5567e (diff)
fetch another string from cldr
Diffstat (limited to 'plugins/VisitorInterest/API.php')
-rw-r--r--plugins/VisitorInterest/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/API.php b/plugins/VisitorInterest/API.php
index 6567d96c3e..ec2d75b283 100644
--- a/plugins/VisitorInterest/API.php
+++ b/plugins/VisitorInterest/API.php
@@ -37,7 +37,7 @@ class API extends \Piwik\Plugin\API
$dataTable->queueFilter('BeautifyTimeRangeLabels', array(
Piwik::translate('VisitorInterest_BetweenXYSeconds'),
Piwik::translate('Intl_OneMinuteShort'),
- Piwik::translate('VisitorInterest_PlusXMin')));
+ Piwik::translate('Intl_NMinutesShort')));
return $dataTable;
}