aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-12-24 05:22:50 +0100
committer3D-I <480857+3D-I@users.noreply.github.com>2019-12-24 05:24:29 +0100
commitabc6e9a7bcf04afdf8034f81df417955da9803eb (patch)
tree1f9df6a25fec3900c0f36c5fef3035100557a311
parent1a9ab15f26e95c73e8ea94b866a97ee314b2b37e (diff)
downloadforums-abc6e9a7bcf04afdf8034f81df417955da9803eb.tar
forums-abc6e9a7bcf04afdf8034f81df417955da9803eb.tar.gz
forums-abc6e9a7bcf04afdf8034f81df417955da9803eb.tar.bz2
forums-abc6e9a7bcf04afdf8034f81df417955da9803eb.tar.xz
forums-abc6e9a7bcf04afdf8034f81df417955da9803eb.zip
[ticket/16257] Typo in SMTP_SERVER_EXPLAIN
PHPBB3-16257
-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 651b76625d..e237446dde 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -590,7 +590,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' => 'Do not provide a protocol (<samp>ssl://</samp> or <samp>tsl://</samp>) unless your mail host tells you to do so.',
+ 'SMTP_SERVER_EXPLAIN' => 'Do not provide a protocol (<samp>ssl://</samp> or <samp>tls://</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.',