From 61377e2e7a4c993bdbd5b090919ab5c297acf498 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 22 Jul 2009 11:45:44 -0400 Subject: [PATCH] Fixed a problem in database replication of multiserver setups. Added a missing language string in server config form. --- interface/web/help/lib/lang/ru_support_message.lng | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/interface/web/help/lib/lang/ru_support_message.lng b/interface/web/help/lib/lang/ru_support_message.lng index ef30964..ae92b74 100644 --- a/interface/web/help/lib/lang/ru_support_message.lng +++ b/interface/web/help/lib/lang/ru_support_message.lng @@ -4,6 +4,4 @@ $wb['subject_txt'] = 'Тема'; $wb['message_txt'] = 'Сообщение'; $wb['tstamp_txt'] = 'Timestamp'; -$wb['btn_save_txt'] = 'Сохранить'; -$wb['btn_cancel_txt'] = 'Закончить'; ?> -- Gitblit v1.9.1