aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/language/en/acp/board.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 8cb6a8f171..d51b0999ff 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -354,15 +354,15 @@ $lang = array_merge($lang, array(
// Contact Settings
$lang = array_merge($lang, array(
- 'ACP_CONTACT_SETTINGS_EXPLAIN' => 'Here you can enable and disable the “Contact Us” page and also add a text that is displayed on the page.',
+ '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 Us” page',
+ 'CONTACT_US_ENABLE' => 'Enable contact page',
'CONTACT_US_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators',
- 'CONTACT_US_INFO' => '“Contact Us” information',
- 'CONTACT_US_INFO_EXPLAIN' => 'The message is displayed on the “Contact Us” page',
- 'CONTACT_US_INFO_PREVIEW' => '“Contact Us” information - Preview',
- 'CONTACT_US_INFO_UPDATED' => '“Contact Us” information has been updated.',
+ 'CONTACT_US_INFO' => 'Contact information',
+ 'CONTACT_US_INFO_EXPLAIN' => 'The message is displayed on the contact page',
+ 'CONTACT_US_INFO_PREVIEW' => 'Contact page information - Preview',
+ 'CONTACT_US_INFO_UPDATED' => 'Contact page information has been updated.',
));
// Load Settings