From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 May 2012 07:30:44 -0400
Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons).

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

diff --git a/interface/web/domain/lib/lang/se.lng b/interface/web/domain/lib/lang/se.lng
index 19b32aa..d7d7dcf 100644
--- a/interface/web/domain/lib/lang/se.lng
+++ b/interface/web/domain/lib/lang/se.lng
@@ -2,9 +2,8 @@
 $wb['Domains'] = 'Domains';
 $wb['domain_txt'] = 'Domain';
 $wb['client_txt'] = 'Client';
-$wb['error_domain_in mailuse'] = 'This domain can not be deleted, because it is in use as mail-domain';
-$wb['error_domain_in webuse'] = 'This domain can not be deleted, because it is in use as web-domain';
-$wb['error_client_can_not_add_domain'] = 'You can not add a new domain';
-$wb['domain_txt'] = 'Domain';
+$wb['error_domain_in mailuse'] = 'This domain cannot be deleted, because it is in use as mail-domain';
+$wb['error_domain_in webuse'] = 'This domain cannot be deleted, because it is in use as web-domain';
+$wb['error_client_can_not_add_domain'] = 'You cannot add a new domain';
 $wb['error_client_group_id_empty'] = 'You have to select a customer<br>';
 ?>

--
Gitblit v1.9.1