From 74410e7a1baa4e5844df6df56733bbd05bd8241b Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Fri, 17 Aug 2012 06:30:26 -0400 Subject: [PATCH] fixed display of country in client/reseller list --- interface/web/help/lib/lang/fr_faq_sections_form.lng | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/help/lib/lang/fr_faq_sections_form.lng b/interface/web/help/lib/lang/fr_faq_sections_form.lng index ade3819..ee014e0 100644 --- a/interface/web/help/lib/lang/fr_faq_sections_form.lng +++ b/interface/web/help/lib/lang/fr_faq_sections_form.lng @@ -1,3 +1,3 @@ <?php -$wb['faq_section_name_txt'] = "Section Name"; +$wb['faq_section_name_txt'] = 'Nom de la Section'; ?> -- Gitblit v1.9.1