Change Language for ($profile_location) Label
Design and Skin Customization
Its one of the fields inserted by the skin, and unfortunately, at this time, the labels are hard coded.
We'll look into changing that but in the meantime, if you are running a cloned or custom skin, edit its include.php file and look for this code -
$_tmp = array(
'name' => 'profile_location',
'type' => 'text',
'label' => 'Location',
'sublabel' => 'City, State',
'help' => 'Enter the home location for this profile',
'form_designer' => true
);
Change the label(s) there.
hth