From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/mailuser/lib/lang/en_index.lng |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/interface/web/mailuser/lib/lang/en_index.lng b/interface/web/mailuser/lib/lang/en_index.lng
index 1b60c2a..35c6aae 100644
--- a/interface/web/mailuser/lib/lang/en_index.lng
+++ b/interface/web/mailuser/lib/lang/en_index.lng
@@ -3,7 +3,8 @@
 $wb["page_desc_txt"] = 'Here you can edit the settings for the email account.';
 $wb["email_txt"] = 'Email address';
 $wb["login_txt"] = 'Login';
-$wb["cc_txt"] = 'Send copy to';
+$wb["server_address_txt"] = 'Mailserver address';
+$wb["cc_txt"] = 'Send copy to (CC)';
 $wb["quota_txt"] = 'Mailbox size';
 $wb["unlimited_txt"] = 'Unlimited';
 $wb["mb_txt"] = 'MB';

--
Gitblit v1.9.1