diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-16 13:21:12 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-16 13:21:12 +0000 |
commit | 2eeeaadcfdb710d14cacca46e0c573e1e1d372f1 (patch) | |
tree | b3b067c84a64008524d5d8e8a4a2de8a764f1df3 /phpBB/language | |
parent | de0bc7476abda4b590eaad8b3b43e1549f0c62da (diff) | |
download | forums-2eeeaadcfdb710d14cacca46e0c573e1e1d372f1.tar forums-2eeeaadcfdb710d14cacca46e0c573e1e1d372f1.tar.gz forums-2eeeaadcfdb710d14cacca46e0c573e1e1d372f1.tar.bz2 forums-2eeeaadcfdb710d14cacca46e0c573e1e1d372f1.tar.xz forums-2eeeaadcfdb710d14cacca46e0c573e1e1d372f1.zip |
emails to e-mails
git-svn-id: file:///svn/phpbb/trunk@8856 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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 21343895e9..81d2504a1c 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -415,7 +415,7 @@ $lang = array_merge($lang, array( 'EMAIL_FUNCTION_NAME' => 'E-mail function name', 'EMAIL_FUNCTION_NAME_EXPLAIN' => 'The e-mail function used to send mails through PHP.', 'EMAIL_PACKAGE_SIZE' => 'E-mail package size', - 'EMAIL_PACKAGE_SIZE_EXPLAIN' => 'This is the number of maximum e-mails 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_PACKAGE_SIZE_EXPLAIN' => 'This is the number of maximum e-mails 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 e-mails.', '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', |