From 51aae012a73177b0114a5bb816924d25b48455c2 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 26 Dec 2008 17:06:00 +0000 Subject: - fixing english typo "length of visits" --- lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en.php b/lang/en.php index 377239770f..29f8a7fce4 100644 --- a/lang/en.php +++ b/lang/en.php @@ -471,7 +471,7 @@ $translations = array( 'VisitTime_NHour' => '%sh', 'VisitorInterest_VisitsPerDuration' => 'Visits per visit duration', 'VisitorInterest_VisitsPerNbOfPages' => 'Visits per number of pages', - 'VisitorInterest_WidgetLengths' => 'Visits lengths', + 'VisitorInterest_WidgetLengths' => 'Length of Visits', 'VisitorInterest_WidgetPages' => 'Pages per visit', 'VisitorInterest_SubmenuFrequencyLoyalty' => 'Frequency & Loyalty', 'VisitorInterest_PlusXMin' => '%s min', -- cgit v1.2.3 From 2539e050f420314c0aec0702c367e5c60a5b23f8 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 26 Dec 2008 18:26:34 +0000 Subject: Fixing typo in fr.php --- lang/fr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr.php b/lang/fr.php index 793008baf2..1b99176832 100644 --- a/lang/fr.php +++ b/lang/fr.php @@ -1,4 +1,4 @@ - 'fr_FR.UTF-8', 'General_TranslatorName' => 'Get surf!', @@ -612,4 +612,4 @@ $translations = array( 'Widgetize_EmbedIframe' => '› Incorporer iframe', 'Widgetize_EmbedFlash' => '› Incorporer Flash', 'Widgetize_ExportAnywhere' => '› Exportez partout !', -); \ No newline at end of file +); -- cgit v1.2.3