From cd14a1d379e76aa957ebe1220de8eae7bb090749 Mon Sep 17 00:00:00 2001
From: Martin <martin@enavn.com>
Date: Fri, 24 Jun 2016 05:47:18 -0400
Subject: [PATCH] Added missing quotation mark in search value.

---
 interface/web/help/lib/lang/cz_help_faq_sections_list.lng |    4 ++--
 1 files changed, 2 insertions(+), 2 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 967b0ab..7920294 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,6 +3,6 @@
 $wb['faq_delete_txt'] = 'Smazat';
 $wb['faq_edit_txt'] = 'Upravit';
 $wb['faq_sections_txt'] = 'Sekce';
-$wb['faq_faq_sections_txt'] = 'Sekce FAQ';
-$wb['faq_new_section_txt'] = 'Přidat novou sekci';
+$wb['faq_faq_sections_txt'] = 'Sekce FAQ - Často kladené dotazy';
+$wb['faq_new_section_txt'] = 'Vytvořit novou sekci';
 ?>

--
Gitblit v1.9.1