aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2014-04-17 21:59:23 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2014-04-17 23:12:32 +0200
commit59cdc26fb41d2bccb6da42af86125ea7fe2af8c8 (patch)
tree3581e8139109abb04873075717c80bea501e2ba0 /phpBB/language/en
parent809054abfd18d08cc209e7adfbe99e805276aeb7 (diff)
downloadforums-59cdc26fb41d2bccb6da42af86125ea7fe2af8c8.tar
forums-59cdc26fb41d2bccb6da42af86125ea7fe2af8c8.tar.gz
forums-59cdc26fb41d2bccb6da42af86125ea7fe2af8c8.tar.bz2
forums-59cdc26fb41d2bccb6da42af86125ea7fe2af8c8.tar.xz
forums-59cdc26fb41d2bccb6da42af86125ea7fe2af8c8.zip
[ticket/8558] Use only one variable and improve explain string
PHPBB3-8558
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 5ca2c9ea45..696e82324c 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -525,7 +525,7 @@ $lang = array_merge($lang, array(
'CONTACT_EMAIL' => 'Contact email address',
'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc. It will always be used as the <samp>From</samp> and <samp>Reply-To</samp> address in emails.',
'CONTACT_EMAIL_NAME' => 'Contact name',
- 'CONTACT_EMAIL_NAME_EXPLAIN' => 'This is the contact name that e-mail recipients see. Leave blank to just send the e-mail address',
+ 'CONTACT_EMAIL_NAME_EXPLAIN' => 'This is the contact name that e-mail recipients will see. If you don’t want to have a contact name, leave this field empty.',
'EMAIL_FUNCTION_NAME' => 'Email function name',
'EMAIL_FUNCTION_NAME_EXPLAIN' => 'The email function used to send mails through PHP.',
'EMAIL_PACKAGE_SIZE' => 'Email package size',