From bd1df40914fc797c0c98fd026ca3ac279e4616f1 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Sat, 13 Jun 2015 00:12:45 +0200 Subject: fetch another string from cldr --- plugins/VisitorInterest/API.php | 2 +- plugins/VisitorInterest/lang/en.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/VisitorInterest') 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", -- cgit v1.2.3