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
parentc553d15a350b60e0b9b9eb946f91aa9331a5567e (diff)
fetch another string from cldr
Diffstat (limited to 'plugins/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/API.php2
-rw-r--r--plugins/VisitorInterest/lang/en.json1
2 files changed, 1 insertions, 2 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;
}
diff --git a/plugins/VisitorInterest/lang/en.json b/plugins/VisitorInterest/lang/en.json
index dd7fe1441d..010761125f 100644
--- a/plugins/VisitorInterest/lang/en.json
+++ b/plugins/VisitorInterest/lang/en.json
@@ -8,7 +8,6 @@
"NPages": "%s pages",
"OnePage": "1 page",
"PluginDescription": "Reports about visitors interest: number of pages viewed, time spent on the Website, days since last visit, and more.",
- "PlusXMin": "%s min",
"VisitNum": "Visit number",
"VisitsByDaysSinceLast": "Visits by days since last visit",
"visitsByVisitCount": "Visits by Visit Number",