diff options
author | friendica <info@friendica.com> | 2012-04-13 17:39:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-13 17:39:12 -0700 |
commit | 7c63ca8364c15102e4c4dfb1718d2887c4d1c5dd (patch) | |
tree | 68a3e0c1d0f3bb627b2c6f7502b27909952aa969 /include/profile_selectors.php | |
parent | 0d0aa7495b8e6848d7a822278339613fd3fcb6d4 (diff) | |
download | volse-hubzilla-7c63ca8364c15102e4c4dfb1718d2887c4d1c5dd.tar.gz volse-hubzilla-7c63ca8364c15102e4c4dfb1718d2887c4d1c5dd.tar.bz2 volse-hubzilla-7c63ca8364c15102e4c4dfb1718d2887c4d1c5dd.zip |
one more
Diffstat (limited to 'include/profile_selectors.php')
-rw-r--r-- | include/profile_selectors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/profile_selectors.php b/include/profile_selectors.php index d934b7300..a2cef959d 100644 --- a/include/profile_selectors.php +++ b/include/profile_selectors.php @@ -30,7 +30,7 @@ function sexpref_selector($current="",$suffix="") { function marital_selector($current="",$suffix="") { $o = ''; - $select = array('', t('Single'), t('Lonely'), t('Available'), t('Unavailable'), t('Has crush'), t('Infatuated'), t('Dating'), t('Unfaithful'), t('Sex Addict'), t('Friends'), t('Friends/Benefits'), t('Casual'), t('Engaged'), t('Married'), t('Imaginarily married'), t('Partners'), t('Cohabiting'), t('Happy'), t('Not looking'), t('Swinger'), t('Betrayed'), t('Separated'), t('Unstable'), t('Divorced'), t('Imaginarily divorced'), t('Widowed'), t('Uncertain'), t('It\'s complicated'), t('Don\'t care'), t('Ask me') ); + $select = array('', t('Single'), t('Lonely'), t('Available'), t('Unavailable'), t('Has crush'), t('Infatuated'), t('Dating'), t('Unfaithful'), t('Sex Addict'), t('Friends'), t('Friends/Benefits'), t('Casual'), t('Engaged'), t('Married'), t('Imaginarily married'), t('Partners'), t('Cohabiting'), t('Common law'), t('Happy'), t('Not looking'), t('Swinger'), t('Betrayed'), t('Separated'), t('Unstable'), t('Divorced'), t('Imaginarily divorced'), t('Widowed'), t('Uncertain'), t('It\'s complicated'), t('Don\'t care'), t('Ask me') ); $o .= "<select name=\"marital\" id=\"marital-select\" size=\"1\" >"; foreach($select as $selection) { |