Some changes to the labels and an edit profile button.
This commit is contained in:
parent
6089bc94b3
commit
e9dc6e4faa
2 changed files with 13 additions and 11 deletions
|
@ -648,14 +648,13 @@ function profiles_content(&$a) {
|
|||
'$cr_prof' => t('Create a new profile using these settings'),
|
||||
'$cl_prof' => t('Clone this profile'),
|
||||
'$del_prof' => t('Delete this profile'),
|
||||
'$lbl_basic_section' => t('Edit basic information'),
|
||||
'$lbl_picture_section' => t('Edit profile picture'),
|
||||
'$lbl_location_section' => t('Edit location'),
|
||||
'$lbl_contacting_section' => t('Edit contacting information'),
|
||||
'$lbl_status_section' => t('Edit status information'),
|
||||
'$lbl_about_section' => t('Edit additional information'),
|
||||
'$lbl_interests_section' => t('Edit interests'),
|
||||
'$lbl_keywords_section' => t('Edit keywords'),
|
||||
'$lbl_basic_section' => t('Basic information'),
|
||||
'$lbl_picture_section' => t('Profile picture'),
|
||||
'$lbl_location_section' => t('Location'),
|
||||
'$lbl_preferences_section' => t('Preferences'),
|
||||
'$lbl_status_section' => t('Status information'),
|
||||
'$lbl_about_section' => t('Additional information'),
|
||||
'$lbl_interests_section' => t('Interests'),
|
||||
'$lbl_profile_photo' => t('Upload Profile Photo'),
|
||||
'$lbl_profname' => t('Profile Name:'),
|
||||
'$lbl_fullname' => t('Your Full Name:'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue