diff options
author | Chris Smith <toonarmy@phpbb.com> | 2009-07-26 17:01:07 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2009-07-26 17:01:07 +0000 |
commit | 19bff35057d5e65505253a7372f8d87fcc622d91 (patch) | |
tree | f1c9fa52d48e4bbccac148d4b0a99463f55f39af /phpBB/language/en/acp/board.php | |
parent | 63f5cff824ed9c210f0adb933c3dd8a8bcfc17be (diff) | |
download | forums-19bff35057d5e65505253a7372f8d87fcc622d91.tar forums-19bff35057d5e65505253a7372f8d87fcc622d91.tar.gz forums-19bff35057d5e65505253a7372f8d87fcc622d91.tar.bz2 forums-19bff35057d5e65505253a7372f8d87fcc622d91.tar.xz forums-19bff35057d5e65505253a7372f8d87fcc622d91.zip |
#36685
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9860 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 1005b2ef5b..b0eb5c9cb6 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -486,7 +486,7 @@ $lang = array_merge($lang, array( 'EMAIL_SIG' => 'E-mail signature', 'EMAIL_SIG_EXPLAIN' => 'This text will be attached to all e-mails the board sends.', 'ENABLE_EMAIL' => 'Enable board-wide e-mails', - 'ENABLE_EMAIL_EXPLAIN' => 'If this is set to disabled no e-mails will be sent by the board at all.', + 'ENABLE_EMAIL_EXPLAIN' => 'If this is set to disabled no e-mails will be sent by the board at all. <em>Note the user and admin account activiation settings require this setting to be enabled.</em>', 'SMTP_AUTH_METHOD' => 'Authentication method for SMTP', 'SMTP_AUTH_METHOD_EXPLAIN' => 'Only used if a username/password is set, ask your provider if you are unsure which method to use.', 'SMTP_CRAM_MD5' => 'CRAM-MD5', |