From dc6d590da6e7f1bf39d778e404b4ea2e272e8f71 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 20 Jul 2001 17:39:42 +0000 Subject: Fixed over-written lang var and updated add profile templates git-svn-id: file:///svn/phpbb/trunk@710 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/language') 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"; -- cgit v1.2.1