From 3a98e3bf352dd2ea7ec15fafa7da12b0ea492f76 Mon Sep 17 00:00:00 2001
From: fantu <fantu@ispconfig3>
Date: Tue, 18 Nov 2008 21:53:11 +0000
Subject: [PATCH] Fix parse error in that file

---
 interface/lib/lang/fr.lng | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/lib/lang/fr.lng b/interface/lib/lang/fr.lng
index 998a08290..6991b77eb 100644
--- a/interface/lib/lang/fr.lng
+++ b/interface/lib/lang/fr.lng
@@ -1,7 +1,7 @@
 <?php
 
 // Messages d'erreur Globaux
-$wb[301] = 'Module interdit pour l'utilisateur courant.';
+$wb[301] = 'Module interdit pour l\'utilisateur courant.';
 $wb[302] = 'Module invalide.';
 
 $wb[1001] = 'The username and password must not be empty!';
-- 
GitLab