From e2c00a1762d1313e32f9fed330406b2e38d1af5b Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 26 Mar 2012 12:33:34 -0400 Subject: [PATCH] - Added restart function for PHP-FPM. --- interface/web/help/lib/lang/fi_faq_form.lng | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/help/lib/lang/fi_faq_form.lng b/interface/web/help/lib/lang/fi_faq_form.lng index 6dbdbb0..dfc4e87 100644 --- a/interface/web/help/lib/lang/fi_faq_form.lng +++ b/interface/web/help/lib/lang/fi_faq_form.lng @@ -1,6 +1,6 @@ <?php -$wb['faq_faq_txt'] = "Frequently Asked Questions"; -$wb['faq_question_txt'] = "Question"; -$wb['faq_answer_txt'] = "Answer"; -$wb['faq_section_txt'] = "Section"; +$wb['faq_faq_txt'] = 'Frequently Asked Questions'; +$wb['faq_question_txt'] = 'Question'; +$wb['faq_answer_txt'] = 'Answer'; +$wb['faq_section_txt'] = 'Section'; ?> -- Gitblit v1.9.1