From 7eade0da5ec04ec86a89aed3c98e27cba3dae491 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Thu, 07 May 2015 08:33:08 -0400 Subject: [PATCH] avoid the second use of query in install.php --- interface/web/help/lib/lang/cz_help_faq_list.lng | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/interface/web/help/lib/lang/cz_help_faq_list.lng b/interface/web/help/lib/lang/cz_help_faq_list.lng index 15eb20a..0dcf23b 100644 --- a/interface/web/help/lib/lang/cz_help_faq_list.lng +++ b/interface/web/help/lib/lang/cz_help_faq_list.lng @@ -1,5 +1,4 @@ <?php -$wb['edit_txt'] = 'Edit'; +$wb['edit_txt'] = 'Upravit'; ?> - -- Gitblit v1.9.1