diff options
author | David M <davidmj@users.sourceforge.net> | 2007-05-12 12:32:28 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-05-12 12:32:28 +0000 |
commit | 841f5d82f6a33c390ad02c543e7231361dd5e396 (patch) | |
tree | 37ea675726e27cc1ee07251402a42f5a51fa5cd8 /phpBB/language/en/acp/email.php | |
parent | efb25cc9f19e45edc3781892bca8f8ff933c2fbf (diff) | |
download | forums-841f5d82f6a33c390ad02c543e7231361dd5e396.tar forums-841f5d82f6a33c390ad02c543e7231361dd5e396.tar.gz forums-841f5d82f6a33c390ad02c543e7231361dd5e396.tar.bz2 forums-841f5d82f6a33c390ad02c543e7231361dd5e396.tar.xz forums-841f5d82f6a33c390ad02c543e7231361dd5e396.zip |
#10799
git-svn-id: file:///svn/phpbb/trunk@7546 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/email.php')
-rw-r--r-- | phpBB/language/en/acp/email.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/email.php b/phpBB/language/en/acp/email.php index 3c6d6bbe21..84b2b3db31 100644 --- a/phpBB/language/en/acp/email.php +++ b/phpBB/language/en/acp/email.php @@ -32,7 +32,7 @@ if (empty($lang) || !is_array($lang)) // Email settings $lang = array_merge($lang, array( - 'ACP_MASS_EMAIL_EXPLAIN' => 'Here you can e-mail a message to either all of your users or all users of a specific group <strong>having the option to receive mass e-mails enabled</strong>. To achive this an e-mail will be sent out to the administrative e-mail address supplied, with a blind carbon copy sent to all recipients. The default setting is to only include 50 recipients in such an e-mail, for more recipients more e-mails will be sent. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time, you will be notified when the script has completed.', + 'ACP_MASS_EMAIL_EXPLAIN' => 'Here you can e-mail a message to either all of your users or all users of a specific group <strong>having the option to receive mass e-mails enabled</strong>. To achieve this an e-mail will be sent out to the administrative e-mail address supplied, with a blind carbon copy sent to all recipients. The default setting is to only include 50 recipients in such an e-mail, for more recipients more e-mails will be sent. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time, you will be notified when the script has completed.', 'ALL_USERS' => 'All users', 'COMPOSE' => 'Compose', |