From 94899b28fca05c530a84b5a120e09b7ade861295 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 04 Oct 2011 06:36:24 -0400 Subject: [PATCH] Updated croatioan language files. --- interface/web/help/lib/lang/hr_faq_form.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/help/lib/lang/hr_faq_form.lng b/interface/web/help/lib/lang/hr_faq_form.lng index dfc4e87..e9cef65 100644 --- a/interface/web/help/lib/lang/hr_faq_form.lng +++ b/interface/web/help/lib/lang/hr_faq_form.lng @@ -1,6 +1,7 @@ <?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