diff options
| author | Jakub Senko <jakubsenko@gmail.com> | 2019-04-18 09:43:56 +0200 |
|---|---|---|
| committer | Jakub Senko <jakubsenko@gmail.com> | 2019-04-18 09:43:56 +0200 |
| commit | 5262e3bb5569e0837361d6974df118f538c5bfa8 (patch) | |
| tree | 2ed45e2e6c5a177bbed2e395496a01c7f2abb510 | |
| parent | fe22deb5d5e301ffad51be06000effcbbcd1d11c (diff) | |
| download | forums-5262e3bb5569e0837361d6974df118f538c5bfa8.tar forums-5262e3bb5569e0837361d6974df118f538c5bfa8.tar.gz forums-5262e3bb5569e0837361d6974df118f538c5bfa8.tar.bz2 forums-5262e3bb5569e0837361d6974df118f538c5bfa8.tar.xz forums-5262e3bb5569e0837361d6974df118f538c5bfa8.zip | |
[ticket/15961] Improve smtp server explanation lang
PHPBB3-15961
| -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 2ce8fefd46..31eb5728e1 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -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.', |
