[ticket/10073] Fix more "Contact Us" strings

PHPBB3-10073
This commit is contained in:
Joas Schilling 2014-05-20 17:41:22 +02:00
parent 3e0f8d7f1e
commit 8e48840034

View file

@ -354,15 +354,15 @@ $lang = array_merge($lang, array(
// Contact Settings // Contact Settings
$lang = array_merge($lang, array( $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_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators',
'CONTACT_US_INFO' => 'Contact Us” information', 'CONTACT_US_INFO' => 'Contact information',
'CONTACT_US_INFO_EXPLAIN' => 'The message is displayed on the “Contact Us” page', 'CONTACT_US_INFO_EXPLAIN' => 'The message is displayed on the contact page',
'CONTACT_US_INFO_PREVIEW' => '“Contact Us” information - Preview', 'CONTACT_US_INFO_PREVIEW' => 'Contact page information - Preview',
'CONTACT_US_INFO_UPDATED' => '“Contact Us” information has been updated.', 'CONTACT_US_INFO_UPDATED' => 'Contact page information has been updated.',
)); ));
// Load Settings // Load Settings