From f99b37f56dad8e3a1f844f8d3b33ee1ba4b86d62 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Wed, 25 May 2011 19:11:40 -0400 Subject: [PATCH] the altertable for the groups --- 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