diff options
author | gpolins <gpolins@users.sourceforge.net> | 2001-09-05 23:20:23 +0000 |
---|---|---|
committer | gpolins <gpolins@users.sourceforge.net> | 2001-09-05 23:20:23 +0000 |
commit | d1216000c19419293d64f298cbc62b4f30b6c70a (patch) | |
tree | 8ed26966139f727c198cba286d3e05203831fd30 | |
parent | 6f6110d9d63c108401612c1cb16f3bd52f11a910 (diff) | |
download | forums-d1216000c19419293d64f298cbc62b4f30b6c70a.tar forums-d1216000c19419293d64f298cbc62b4f30b6c70a.tar.gz forums-d1216000c19419293d64f298cbc62b4f30b6c70a.tar.bz2 forums-d1216000c19419293d64f298cbc62b4f30b6c70a.tar.xz forums-d1216000c19419293d64f298cbc62b4f30b6c70a.zip |
Update Mass Mail explanation
git-svn-id: file:///svn/phpbb/trunk@985 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-x | phpBB/language/lang_english.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index ecc68f7639..99ef15703a 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -864,7 +864,7 @@ $lang['Word_removed'] = "The selected word censor has been successfully removed" // //Mass Email // -$lang['Mass_email_explain'] = "Here you can email a message to either all of your users, or all users of a specific group. If you are emailing a large group of people, please be patient after submiting and DO NOT stop the page halfway through. It is normal for amass emailing to take a long time."; +$lang['Mass_email_explain'] = "Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all receptients. If you are emailing a large group of people, please be patient after submiting and DO NOT stop the page halfway through. It is normal for amass emailing to take a long time."; $lang['Compose'] = "Compose"; // |