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:
authorrobocoder <anthon.pang@gmail.com>2009-08-01 05:04:51 +0400
committerrobocoder <anthon.pang@gmail.com>2009-08-01 05:04:51 +0400
commite24ad95267c60c3fce5aade4621d14aa8bb4e5c4 (patch)
tree1e0fd9d76112f6eeb975c83571158c602c6a5d94 /plugins/VisitorInterest/API.php
parent50dfad16decbff41e39f1ec0e069cb1f6736ace0 (diff)
fixes #893 - minor adjustments to labels; sent notification to translations (at) piwik.org
git-svn-id: http://dev.piwik.org/svn/trunk@1346 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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 3a95380a66..6efa3fb30f 100644
--- a/plugins/VisitorInterest/API.php
+++ b/plugins/VisitorInterest/API.php
@@ -78,7 +78,7 @@ function Piwik_getDurationLabel($label)
}
$time = intval($label) / 60;
$plusXMin = Piwik_Translate('VisitorInterest_PlusXMin');
- return sprintf($plusXMin, '+' . $time);
+ return sprintf($plusXMin, $time . urlencode('+'));
}
function Piwik_getPageGapLabel($label)