1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 07:00:14 +01:00

[ticket/15961] Improve smtp server explanation lang

PHPBB3-15961
This commit is contained in:
Jakub Senko 2019-04-18 09:43:56 +02:00
parent fe22deb5d5
commit 5262e3bb55
No known key found for this signature in database
GPG Key ID: 6A7C328CD66EC21E

View File

@ -588,7 +588,7 @@ $lang = array_merge($lang, array(
'SMTP_PORT' => 'SMTP server port',
'SMTP_PORT_EXPLAIN' => 'Only change this if you know your SMTP server is on a different port.',
'SMTP_SERVER' => 'SMTP server address',
'SMTP_SERVER_EXPLAIN' => 'Note that you must not provide the protocol that your server uses (no <samp>ssl://</samp> or <samp>tsl://</samp> prefix).',
'SMTP_SERVER_EXPLAIN' => 'Do not provide a protocol (<samp>ssl://</samp> or <samp>tsl://</samp>) unless your mail host tells you to do so.',
'SMTP_SETTINGS' => 'SMTP settings',
'SMTP_USERNAME' => 'SMTP username',
'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your SMTP server requires it.',