diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-01-24 18:31:37 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-01-24 18:31:37 +0100 |
| commit | 23a1f3fedac89083be002465fb95d6f3b575375e (patch) | |
| tree | ba32adfdf87f4d1b9f2bd5dbcc70a2f101bc6bd4 | |
| parent | b9cb75bf609c961b35b9bd75591b8c1a77678e9a (diff) | |
| parent | 277f4efcc7e091da57bfd49143e3b0618a984c10 (diff) | |
| download | forums-23a1f3fedac89083be002465fb95d6f3b575375e.tar forums-23a1f3fedac89083be002465fb95d6f3b575375e.tar.gz forums-23a1f3fedac89083be002465fb95d6f3b575375e.tar.bz2 forums-23a1f3fedac89083be002465fb95d6f3b575375e.tar.xz forums-23a1f3fedac89083be002465fb95d6f3b575375e.zip | |
Merge pull request #5106 from senky/ticket/15514
[ticket/15514] Improve SMTP_SERVER lang key
| -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 25d70813f6..b050af070a 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -585,7 +585,7 @@ $lang = array_merge($lang, array( 'SMTP_POP_BEFORE_SMTP' => 'POP-BEFORE-SMTP', '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' => 'SMTP server address and protocol', 'SMTP_SERVER_EXPLAIN' => 'Note that you have to provide the protocol that your server uses. If you are using SSL, this has to be "ssl://your.mailserver.com"', 'SMTP_SETTINGS' => 'SMTP settings', 'SMTP_USERNAME' => 'SMTP username', |
