From c4485fa99cee7c12be528ff44d5f255a7f09df77 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Tue, 30 Oct 2012 08:50:47 -0400 Subject: [PATCH] Fixed: IE8 did not like some of the javascript --- interface/web/help/lib/lang/pl_faq_sections_form.lng | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/help/lib/lang/pl_faq_sections_form.lng b/interface/web/help/lib/lang/pl_faq_sections_form.lng index ade3819..d4bb7ef 100644 --- a/interface/web/help/lib/lang/pl_faq_sections_form.lng +++ b/interface/web/help/lib/lang/pl_faq_sections_form.lng @@ -1,3 +1,3 @@ <?php -$wb['faq_section_name_txt'] = "Section Name"; +$wb['faq_section_name_txt'] = 'Nazwa sekcji'; ?> -- Gitblit v1.9.1