diff options
Diffstat (limited to 'phpBB/profile.php')
-rw-r--r-- | phpBB/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php index e18964143c..8bd216ada8 100644 --- a/phpBB/profile.php +++ b/phpBB/profile.php @@ -401,7 +401,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) ) "L_AIM" => $lang['AIM'], "L_MESSENGER" => $lang['MSNM'], "L_WEBSITE" => $lang['Website'], - "L_LOCATION" => $lang['From'], + "L_LOCATION" => $lang['Location'], "L_OCCUPATION" => $lang['Occupation'], "L_INTERESTS" => $lang['Interests'], |