From dddda51a03e629dea261796b892dabc0157946ef Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 24 Dec 2015 13:26:11 +0100 Subject: [PATCH] fix php parse error --- lang/fr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr.php b/lang/fr.php index 05c9086..14f3cec 100644 --- a/lang/fr.php +++ b/lang/fr.php @@ -26,5 +26,5 @@ $lang=array( 'BOT_URL' => 'L\'adresse URL de votre bot', 'BOT_DESCRIPTION' => 'Description:', 'YOUR_EMAIL_FOR_BOT_VALIDATION' =>'Votre adresse e-mail (servira pour la validation de votre BOT)', - 'SAVE_BOT' => 'Enregistrer" + 'SAVE_BOT' => 'Enregistrer' ); \ No newline at end of file