Skip to content

Commit 8216fc7

Browse files
author
Till Brehm
committed
FS#3147 - description for "Enable Receiving" wrong
1 parent 65576fe commit 8216fc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/mail/lib/lang/de_mail_user.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $wb['quota_txt'] = 'Beschränkung';
1616
$wb['server_id_txt'] = 'Server ID';
1717
$wb['password_txt'] = 'Passwort';
1818
$wb['maildir_txt'] = 'E-Mail Verzeichnis';
19-
$wb['postfix_txt'] = 'Aktiviere Empfang';
19+
$wb['postfix_txt'] = 'Aktiviere SMTP (in/out)';
2020
$wb['access_txt'] = 'Aktiviere Zugriff';
2121
$wb['policy_txt'] = 'Spamfilter';
2222
$wb['no_policy'] = '- nicht aktiviert -';

interface/web/mail/lib/lang/en_mail_user.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $wb["quota_txt"] = 'Quota (0 for unlimited)';
2121
$wb["server_id_txt"] = 'Aerver_id';
2222
$wb["password_txt"] = 'Password';
2323
$wb["maildir_txt"] = 'Maildir';
24-
$wb["postfix_txt"] = 'Enable Receiving';
24+
$wb["postfix_txt"] = 'Enable SMTP (in/out)';
2525
$wb["access_txt"] = 'Enable Access';
2626
$wb["policy_txt"] = 'Spamfilter';
2727
$wb["no_policy"] = '- not enabled -';

0 commit comments

Comments
 (0)