From bd06baf3a9714c902d20f5aef09cfc13f87a981d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 28 Jan 2010 07:07:14 -0500 Subject: [PATCH] Implemented: FS#1049 - Allow "Login as" also from the client list as it is allready possible from sysuser list. --- interface/web/admin/lib/lang/bg_server_ip.lng | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/lang/bg_server_ip.lng b/interface/web/admin/lib/lang/bg_server_ip.lng index 59ae9c2..6d451f5 100644 --- a/interface/web/admin/lib/lang/bg_server_ip.lng +++ b/interface/web/admin/lib/lang/bg_server_ip.lng @@ -2,6 +2,6 @@ $wb['server_id_txt'] = 'Server'; $wb['ip_address_txt'] = 'IP Address'; $wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; -$wb["ip_error_wrong"] = 'The IP address is invalid'; -$wb["ip_error_unique"] = 'The IP address must be unique'; +$wb['ip_error_wrong'] = 'The IP address is invalid'; +$wb['ip_error_unique'] = 'The IP address must be unique'; ?> -- Gitblit v1.9.1