diff options
-rw-r--r-- | phpBB/language/en/lang_main.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 6f529e4f81..513e9e6d97 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -802,10 +802,10 @@ $lang = array( 'PREFERENCES_UPDATED' => 'Your preferences have been updated.', - 'UCP_MESSAGING' => 'Private Messaging', + 'UCP_MESSAGING' => 'Messaging', - 'UCP_LISTS' => 'Buddy/Ignore Lists', + 'UCP_LISTS' => 'Buddy/Ignore', 'REGISTRATION' => 'Registration', @@ -828,7 +828,7 @@ $lang = array( 'CONFIRMATION' => 'Confirmation of registration', 'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board administrator requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.', 'CONFIRM_CODE' => 'Confirmation code', - 'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image', + 'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case sensitive, zero has a diagonal line through it.', 'COPPA_COMPLIANCE' => 'COPPA Compliance', 'COPPA_EXPLAIN' => 'Please note that clicking submit will create your account. However it cannot be activated until a parent or guardian approves your registration. You will be emailed a copy of the necessary form with details of where to send it.', |