From b10464e230fe19fc4dc3b1746fb2448b25b43308 Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 29 Mar 2013 11:18:39 +1300 Subject: * 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 --- lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') 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', -- cgit v1.2.3