From d78ed105069455bdf43a8d6f4f4ecc99152c55ec Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 16 Feb 2014 04:01:29 -0500
Subject: [PATCH] Fixed: FS#2912 - /etc/suphp/suphp.conf fills with double lines on each update

---
 interface/web/monitor/lib/lang/bg_syslog_list.lng |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/interface/web/monitor/lib/lang/bg_syslog_list.lng b/interface/web/monitor/lib/lang/bg_syslog_list.lng
index f155e38..98ac28c 100644
--- a/interface/web/monitor/lib/lang/bg_syslog_list.lng
+++ b/interface/web/monitor/lib/lang/bg_syslog_list.lng
@@ -1,8 +1,7 @@
 <?php
 $wb['list_head_txt'] = 'ISPConfig Log';
-$wb['tstamp_txt'] = 'Date';
-$wb['server_id_txt'] = 'Server';
+$wb['tstamp_txt'] = 'Дата';
+$wb['server_id_txt'] = 'Сървър';
 $wb['loglevel_txt'] = 'Loglevel';
-$wb['message_txt'] = 'Message';
+$wb['message_txt'] = 'Съобщение';
 ?>
-

--
Gitblit v1.9.1