From d82de9c3b06b3b4e845330be57f7f69ce06bef0a Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Sun, 31 Jan 2016 10:51:25 -0500 Subject: [PATCH] - fixed upload form problem (CSRF and message) --- interface/web/help/lib/lang/cz_help_faq_sections_list.lng | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/interface/web/help/lib/lang/cz_help_faq_sections_list.lng b/interface/web/help/lib/lang/cz_help_faq_sections_list.lng index 596a9ef..3c29092 100644 --- a/interface/web/help/lib/lang/cz_help_faq_sections_list.lng +++ b/interface/web/help/lib/lang/cz_help_faq_sections_list.lng @@ -3,7 +3,8 @@ $wb['faq_delete_txt'] = 'Smazat'; $wb['faq_edit_txt'] = 'Upravit'; $wb['faq_sections_txt'] = 'Sekce'; -$wb['faq_faq_sections_txt'] = 'Sekce FAQ'; +$wb['faq_faq_sections_txt'] = 'Sekce FAQ - Často kladené dotazy'; $wb['faq_new_section_txt'] = 'Přidat novou sekci'; ?> + -- Gitblit v1.9.1