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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-26 21:26:34 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-26 21:26:34 +0300
commit2539e050f420314c0aec0702c367e5c60a5b23f8 (patch)
tree21e16d60b85a7d0bf46661fb0f1224d2f33357fc
parent51aae012a73177b0114a5bb816924d25b48455c2 (diff)
Fixing typo in fr.php
-rw-r--r--lang/fr.php4
1 files 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 @@
-<?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
+);