From 71c74b1b572f3bdf00ba99009cc23f8f48072a1c Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sat, 08 Mar 2014 11:58:49 -0500 Subject: [PATCH] Fixed: FS#3372 - Web browser password autofill function overwrites settings --- interface/web/help/lib/lang/de_faq_manage_questions_list.lng | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/help/lib/lang/de_faq_manage_questions_list.lng b/interface/web/help/lib/lang/de_faq_manage_questions_list.lng index 5f8e72b..70614fe 100644 --- a/interface/web/help/lib/lang/de_faq_manage_questions_list.lng +++ b/interface/web/help/lib/lang/de_faq_manage_questions_list.lng @@ -5,5 +5,5 @@ $wb['faq_edit_txt'] = 'Bearbeiten'; $wb['faq_sections_txt'] = 'Kategorie'; $wb['faq_faq_questions_txt'] = 'Frequently Asked Questions'; -$wb['faq_new_question_txt'] = 'Neues Frage-Antwort-Paar hinzufügen'; +$wb['faq_new_question_txt'] = 'Neues Frage/Antwort Paar hinzufügen'; ?> \ No newline at end of file -- Gitblit v1.9.1