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:
-rw-r--r--lang/en.php2
-rw-r--r--lang/fr.php4
2 files changed, 3 insertions, 3 deletions
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',
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 @@
-<?php
+<?php
$translations = array(
'General_Locale' => 'fr_FR.UTF-8',
'General_TranslatorName' => 'Get surf!',
@@ -612,4 +612,4 @@ $translations = array(
'Widgetize_EmbedIframe' => '&rsaquo; Incorporer iframe',
'Widgetize_EmbedFlash' => '&rsaquo; Incorporer Flash',
'Widgetize_ExportAnywhere' => '&rsaquo; Exportez partout !',
-); \ No newline at end of file
+);