aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-13 21:31:07 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-12-13 21:31:07 +0100
commit4e045ed767603547d6aa9126d22a42bd690a1dd1 (patch)
tree181da44bf9525c64dd0344bd6ad7b77d2dd21308 /phpBB/language/en/acp/board.php
parent9f055e1af39f36ff18cc278093000cb30c858885 (diff)
downloadforums-4e045ed767603547d6aa9126d22a42bd690a1dd1.tar
forums-4e045ed767603547d6aa9126d22a42bd690a1dd1.tar.gz
forums-4e045ed767603547d6aa9126d22a42bd690a1dd1.tar.bz2
forums-4e045ed767603547d6aa9126d22a42bd690a1dd1.tar.xz
forums-4e045ed767603547d6aa9126d22a42bd690a1dd1.zip
[ticket/15322] Try to make new email setting more readable
PHPBB3-15322
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index e836ae30a4..5642f8f394 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -562,8 +562,8 @@ $lang = array_merge($lang, array(
'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc. It will always be used as the <samp>From</samp> and <samp>Reply-To</samp> address in emails.',
'CONTACT_EMAIL_NAME' => 'Contact name',
'CONTACT_EMAIL_NAME_EXPLAIN' => 'This is the contact name that e-mail recipients will see. If you don’t want to have a contact name, leave this field empty.',
- 'EMAIL_ENVELOPE_SENDER' => 'Set envelope sender address',
- 'EMAIL_ENVELOPE_SENDER_EXPLAIN' => 'Setting the envelope sender address might be needed for a correct return address when sending mails on some hosts.',
+ 'EMAIL_FORCE_SENDER' => 'Force from email address',
+ 'EMAIL_FORCE_SENDER_EXPLAIN' => 'Force from email address to return email. This might be needed for a correct return address when sending mails on some hosts.<br><em><strong>Warning:</strong> Requires the user that the webserver runs as to be added as trusted user to the sendmail configuration.',
'EMAIL_PACKAGE_SIZE' => 'Email package size',
'EMAIL_PACKAGE_SIZE_EXPLAIN' => 'This is the number of maximum emails sent out in one package. This setting is applied to the internal message queue; set this value to 0 if you have problems with non-delivered notification emails.',
'EMAIL_SIG' => 'Email signature',