From d6cd11df635941a4e7d35e6e45b4e59cb8bd4469 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 04 Sep 2015 07:57:19 -0400 Subject: [PATCH] default for mount backup_dir set to no --- 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