diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2018-09-25 15:39:50 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2018-09-25 15:39:50 +0200 |
commit | b9a5810716e966b79b653e09e0e2afeaf2bf33e0 (patch) | |
tree | 9e6d31d91f330ff6757d83695e859176f61c5dc1 /phpBB/language | |
parent | 001f32da95d4f8697ccc9a6107afc8dc68cbe48e (diff) | |
download | forums-b9a5810716e966b79b653e09e0e2afeaf2bf33e0.tar forums-b9a5810716e966b79b653e09e0e2afeaf2bf33e0.tar.gz forums-b9a5810716e966b79b653e09e0e2afeaf2bf33e0.tar.bz2 forums-b9a5810716e966b79b653e09e0e2afeaf2bf33e0.tar.xz forums-b9a5810716e966b79b653e09e0e2afeaf2bf33e0.zip |
[ticket/15642] Replace > with >
PHPBB3-15642
Diffstat (limited to 'phpBB/language')
-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 76982be098..eb53ac0370 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. 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_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', |