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
path: root/lang
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-03-29 02:18:39 +0400
committermattab <matthieu.aubry@gmail.com>2013-03-29 02:18:39 +0400
commitb10464e230fe19fc4dc3b1746fb2448b25b43308 (patch)
tree8713e1f4a88c5041ab7f4aa40068a71a26914825 /lang
parent561715edba6b1b316a126d36f361e2c5534532e2 (diff)
* Small tweaks to translation refs #1700
* rename custom_float_1 DB field to custom_float (further time tracking can be tracked as events) * fix regression missing auth in Live * remove extra comma in javascript which breaks IE parsing
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.php b/lang/en.php
index ca5351dd74..ea8ab72520 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -182,7 +182,7 @@ $translations = array(
'General_ColumnAverageTimeOnPageDocumentation' => 'The average amount of time visitors spent on this page (only the page, not the entire website).',
'General_ColumnGenerationTime' => 'Generation time',
'General_ColumnAverageGenerationTime' => 'Avg. generation time',
- 'General_ColumnAverageGenerationTimeDocumentation' => 'The average time it took to generate the page. The value has either been passed to the Java Script tracker by your website or imported from the logs.',
+ 'General_ColumnAverageGenerationTimeDocumentation' => 'The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower Avg. Generation Time means a faster website for your visitors!',
'General_ColumnValuePerVisit' => 'Revenue per Visit',
'General_ColumnVisitsWithConversions' => 'Visits with Conversions',
'General_VisitsWith' => 'Visits with %s',