diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-20 17:41:22 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-29 02:14:45 +0200 |
commit | 8e48840034aa0a00fc31f577d409663a529845f0 (patch) | |
tree | ebe3865fd67e41ac687eee64ab015aaa86ebc6a1 /phpBB/language | |
parent | 3e0f8d7f1ebb9cd655fd9826cac11f163c91d230 (diff) | |
download | forums-8e48840034aa0a00fc31f577d409663a529845f0.tar forums-8e48840034aa0a00fc31f577d409663a529845f0.tar.gz forums-8e48840034aa0a00fc31f577d409663a529845f0.tar.bz2 forums-8e48840034aa0a00fc31f577d409663a529845f0.tar.xz forums-8e48840034aa0a00fc31f577d409663a529845f0.zip |
[ticket/10073] Fix more "Contact Us" strings
PHPBB3-10073
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 12 |
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 |