diff options
Diffstat (limited to 'phpBB/language')
| -rwxr-xr-x | phpBB/language/lang_english.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 2cdbfc8c58..50b2bd4cf8 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -318,7 +318,7 @@ $lang['No_folder'] = "No folder specified"; $lang['Viewing_profile_of'] = "Viewing profile of"; // followed by username $lang['Preferences'] = "Preferences"; $lang['Items_required'] = "Items marked with a * are required unless stated otherwise"; -$lang['Registration_info'] = "Registraction Information"; +$lang['Registration_info'] = "Registration Information"; $lang['Profile_info'] = "Profile Information"; $lang['Profile_info_warn'] = "This information will be publicly viewable"; $lang['Avatar_panel'] = "Avatar control panel"; @@ -329,7 +329,7 @@ $lang['Contact'] = "Contact"; $lang['Email_address'] = "Email address"; $lang['Email'] = "Email"; $lang['Private_message'] = "Send Private Message"; -$lang['Hidden'] = "[ Hidden email address ]"; +$lang['Hidden_email'] = "[ Hidden email address ]"; $lang['Search_user_posts'] = "Search for posts by this user"; $lang['Interests'] = "Interests"; $lang['Occupation'] = "Occupation"; |
