aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/email.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/email.php')
-rw-r--r--phpBB/language/en/acp/email.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/acp/email.php b/phpBB/language/en/acp/email.php
index 1bb377fc2f..e57b2a8bea 100644
--- a/phpBB/language/en/acp/email.php
+++ b/phpBB/language/en/acp/email.php
@@ -30,20 +30,20 @@ if (empty($lang) || !is_array($lang))
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
-// Bot settings
+// Email settings
$lang = array_merge($lang, array(
- 'ACP_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 recipients. 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 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 recipients. 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',
- 'EMAIL_SEND_ERROR' => 'There were one or more errors while sending the email. Please check the %sError Log%s for detailed error messages.',
- 'EMAIL_SENT' => 'Your message has been sent.',
- 'EMAIL_SENT_QUEUE' => 'Your message has been queued for sending.',
+ 'EMAIL_SEND_ERROR' => 'There were one or more errors while sending the email. Please check the %sError log%s for detailed error messages.',
+ 'EMAIL_SENT' => 'This message has been sent.',
+ 'EMAIL_SENT_QUEUE' => 'This message has been queued for sending.',
'LOG_SESSION' => 'Log mail session to critical log',
- 'SEND_IMMEDIATLY' => 'Send immediately',
+ 'SEND_IMMEDIATELY' => 'Send immediately',
'SEND_TO_GROUP' => 'Send to group',
'SEND_TO_USERS' => 'Send to users',
'SEND_TO_USERS_EXPLAIN' => 'Entering names here will override any group selected above. Enter each username on a new line.',