diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index 8cebfdf16a..9aa8c06b9a 100644 --- a/phpBB/language/en/acp/language.php +++ b/phpBB/language/en/acp/language.php @@ -37,8 +37,6 @@ $lang = array_merge($lang, array( 'FILE_CONTENTS' => 'File Contents', 'FILE_FROM_STORAGE' => 'File from storage folder', - 'TEST_CONNECTION' => 'Test Connection', - 'HELP_FILES' => 'Help Files', 'INSTALLED_LANGUAGE_PACKS' => 'Installed language packs', diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 7d495a7444..eb01d21921 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -403,9 +403,10 @@ $lang = array_merge($lang, array( 'SUBJECT' => 'Subject', 'SUBMIT' => 'Submit', - 'TERMS_USE' => 'Terms of Use', - 'THE_TEAM' => 'The team', - 'TIME' => 'Time', + 'TERMS_USE' => 'Terms of Use', + 'TEST_CONNECTION' => 'Test Connection', + 'THE_TEAM' => 'The team', + 'TIME' => 'Time', 'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.', 'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.',