From 6f138addf10bd99c44df464d43022ee6542e2ccb Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Thu, 18 Feb 2016 03:41:40 -0500 Subject: [PATCH] - removed doubled detect_ip() call (Fixes #3763) --- interface/web/monitor/lib/lang/nl_syslog_list.lng | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/interface/web/monitor/lib/lang/nl_syslog_list.lng b/interface/web/monitor/lib/lang/nl_syslog_list.lng index e5c2ab0..7e2fa4a 100644 --- a/interface/web/monitor/lib/lang/nl_syslog_list.lng +++ b/interface/web/monitor/lib/lang/nl_syslog_list.lng @@ -1,8 +1,7 @@ -<?php -$wb['list_head_txt'] = 'ISPConfig Logboek'; -$wb['tstamp_txt'] = 'Datum'; -$wb['server_id_txt'] = 'Server'; -$wb['loglevel_txt'] = 'Loglevel'; -$wb['message_txt'] = 'Bericht'; -?> - +<?php +$wb['list_head_txt'] = 'ISPConfig Log'; +$wb['tstamp_txt'] = 'Datum'; +$wb['server_id_txt'] = 'Server'; +$wb['loglevel_txt'] = 'Log niveau'; +$wb['message_txt'] = 'Bericht'; +?> -- Gitblit v1.9.1