diff options
author | redmatrix <git@macgirvin.com> | 2016-03-07 18:49:17 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-07 18:49:17 -0800 |
commit | 32e903e9560b3a6d1b133524493c3d72f384164c (patch) | |
tree | 3b387a8e2040a98583dacf45dbc6194728db58f0 /mod/profiles.php | |
parent | bd8fe768d358492b272ba7422388ab09d006468b (diff) | |
download | volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.tar.gz volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.tar.bz2 volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.zip |
a bit of page cleanup for edit profiles
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index fe45f1b92..57d3561b1 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -695,28 +695,28 @@ function profiles_content(&$a) { '$exportable' => feature_enabled(local_channel(),'profile_export'), '$lbl_import' => t('Import profile from file'), '$lbl_export' => t('Export profile to file'), - '$lbl_profname' => t('Profile Name:'), - '$lbl_fullname' => t('Your Full Name:'), - '$lbl_title' => t('Title/Description:'), - '$lbl_gender' => t('Your Gender:'), - '$lbl_bd' => t("Birthday :"), - '$lbl_address' => t('Street Address:'), - '$lbl_city' => t('Locality/City:'), - '$lbl_zip' => t('Postal/Zip Code:'), - '$lbl_country' => t('Country:'), - '$lbl_region' => t('Region/State:'), - '$lbl_marital' => t('<span class="heart">♥</span> Marital Status:'), - '$lbl_with' => t("Who: \x28if applicable\x29"), + '$lbl_profname' => t('Profile Name'), + '$lbl_fullname' => t('Your Full Name'), + '$lbl_title' => t('Title/Description'), + '$lbl_gender' => t('Your Gender'), + '$lbl_bd' => t("Birthday"), + '$lbl_address' => t('Street Address'), + '$lbl_city' => t('Locality/City'), + '$lbl_zip' => t('Postal/Zip Code'), + '$lbl_country' => t('Country'), + '$lbl_region' => t('Region/State'), + '$lbl_marital' => t('<span class="heart">♥</span> Marital Status'), + '$lbl_with' => t("Who (if applicable)"), '$lbl_ex1' => t('Examples: cathy123, Cathy Williams, cathy@example.com'), - '$lbl_howlong' => t('Since [date]:'), - '$lbl_sexual' => t('Sexual Preference:'), - '$lbl_homepage' => t('Homepage URL:'), - '$lbl_hometown' => t('Hometown:'), - '$lbl_politic' => t('Political Views:'), - '$lbl_religion' => t('Religious Views:'), - '$lbl_pubkey' => t('Keywords:'), - '$lbl_likes' => t('Likes:'), - '$lbl_dislikes' => t('Dislikes:'), + '$lbl_howlong' => t('Since [date]'), + '$lbl_sexual' => t('Sexual Preference'), + '$lbl_homepage' => t('Homepage URL'), + '$lbl_hometown' => t('Hometown'), + '$lbl_politic' => t('Political Views'), + '$lbl_religion' => t('Religious Views'), + '$lbl_pubkey' => t('Keywords'), + '$lbl_likes' => t('Likes'), + '$lbl_dislikes' => t('Dislikes'), '$lbl_ex2' => t('Example: fishing photography software'), '$lbl_pubdsc' => t("Used in directory listings"), '$lbl_about' => t('Tell us about yourself...'), |