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

---
 interface/lib/lang/fr.lng |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/lib/lang/fr.lng b/interface/lib/lang/fr.lng
index 998a082..6991b77 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!';

--
Gitblit v1.9.1