From 5ca959fa688255a8de61f89fe2751eb4d24a6912 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Tue, 22 Mar 2016 09:22:07 -0400
Subject: [PATCH] fixed typo

---
 interface/web/help/lib/lang/fr_help_faq_sections_list.lng |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/interface/web/help/lib/lang/fr_help_faq_sections_list.lng b/interface/web/help/lib/lang/fr_help_faq_sections_list.lng
index bc7295c..a15c2ea 100644
--- a/interface/web/help/lib/lang/fr_help_faq_sections_list.lng
+++ b/interface/web/help/lib/lang/fr_help_faq_sections_list.lng
@@ -1,10 +1,8 @@
 <?php
-$wb['faq_section_name_txt'] = 'Nome de la Section';
+$wb['faq_section_name_txt'] = 'Nom de la Section';
 $wb['faq_delete_txt'] = 'Supprimer';
 $wb['faq_edit_txt'] = 'Editer';
 $wb['faq_sections_txt'] = 'Sections';
 $wb['faq_faq_sections_txt'] = 'Sections FAQ';
 $wb['faq_new_section_txt'] = 'Ajouter une nouvelle section';
 ?>
-
-

--
Gitblit v1.9.1