diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2017-10-02 12:17:04 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2017-10-02 12:17:04 +0200 |
commit | 99374731d1e8176de909b3600359578ea997beee (patch) | |
tree | 8372df9f3202cd6eb5c3037b3bc57725a23f90c6 | |
parent | fc3d3a83db3357f3275c72ff7b3607666c6307a3 (diff) | |
download | forums-99374731d1e8176de909b3600359578ea997beee.tar forums-99374731d1e8176de909b3600359578ea997beee.tar.gz forums-99374731d1e8176de909b3600359578ea997beee.tar.bz2 forums-99374731d1e8176de909b3600359578ea997beee.tar.xz forums-99374731d1e8176de909b3600359578ea997beee.zip |
[ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN
PHPBB3-15381
-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 e6c56a5bbb..13613fcf06 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -371,7 +371,7 @@ $lang = array_merge($lang, array( 'ACP_CONTACT_SETTINGS_EXPLAIN' => 'Here you can enable and disable the contact page and also add a text that is displayed on the page.', 'CONTACT_US_ENABLE' => 'Enable contact page', - 'CONTACT_US_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators', + 'CONTACT_US_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators. Please note that board-wide emails option must be enabled as well. You can find this option in General > Client Communication > Email settings.', 'CONTACT_US_INFO' => 'Contact information', 'CONTACT_US_INFO_EXPLAIN' => 'The message is displayed on the contact page', |