From 8e48840034aa0a00fc31f577d409663a529845f0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 20 May 2014 17:41:22 +0200 Subject: [PATCH] [ticket/10073] Fix more "Contact Us" strings PHPBB3-10073 --- phpBB/language/en/acp/board.php | 12 ++++++------ 1 file 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