aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-15 21:38:03 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-15 21:38:03 +0100
commitd98d7003edfb54c3bbe624e1feb53904f4756f0e (patch)
treeef0cb05b57f63a17245ba92d74ba0976aca8b6f7 /mod/profiles.php
parent01a28ddf8da14373132baff288b39eef04de036d (diff)
downloadvolse-hubzilla-d98d7003edfb54c3bbe624e1feb53904f4756f0e.tar.gz
volse-hubzilla-d98d7003edfb54c3bbe624e1feb53904f4756f0e.tar.bz2
volse-hubzilla-d98d7003edfb54c3bbe624e1feb53904f4756f0e.zip
even more janitor work on profiles
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 209a7a32d..c135814a8 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -696,10 +696,7 @@ function profiles_content(&$a) {
'$lbl_import' => t('Import profile from file'),
'$lbl_export' => t('Export profile to file'),
'$lbl_gender' => t('Your Gender'),
- '$lbl_marital' => t('<span class="heart">&hearts;</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_marital' => t('Marital Status'),
'$lbl_sexual' => t('Sexual Preference'),
'$lbl_homepage' => t('Homepage URL'),
'$lbl_politic' => t('Political Views'),
@@ -740,8 +737,8 @@ function profiles_content(&$a) {
'$gender_min' => gender_selector_min($r[0]['gender']),
'$marital' => marital_selector($r[0]['marital']),
'$marital_min' => marital_selector_min($r[0]['marital']),
- '$with' => $r[0]['with'],
- '$howlong' => ($r[0]['howlong'] === NULL_DATE ? '' : datetime_convert('UTC',date_default_timezone_get(),$r[0]['howlong'])),
+ '$with' => array('with', t("Who (if applicable)"), $r[0]['with'], t('Examples: cathy123, Cathy Williams, cathy@example.com')),
+ '$howlong' => array('howlong', t('Since (date)'), ($r[0]['howlong'] === NULL_DATE ? '' : datetime_convert('UTC',date_default_timezone_get(),$r[0]['howlong']))),
'$sexual' => sexpref_selector($r[0]['sexual']),
'$sexual_min' => sexpref_selector_min($r[0]['sexual']),
'$about' => $r[0]['about'],