aboutsummaryrefslogtreecommitdiffstats
path: root/include/profile_selectors.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-16 16:35:45 -0800
committerFriendika <info@friendika.com>2010-12-16 16:35:45 -0800
commitf60f82727f96c033aaff9f5b5f0767c722e25f28 (patch)
tree9ad52de5515064ac7b8ad12b7c07a408803b4784 /include/profile_selectors.php
parentdf2e79dcaf28810e31d4bdc48bdb76e12f70e817 (diff)
downloadvolse-hubzilla-f60f82727f96c033aaff9f5b5f0767c722e25f28.tar.gz
volse-hubzilla-f60f82727f96c033aaff9f5b5f0767c722e25f28.tar.bz2
volse-hubzilla-f60f82727f96c033aaff9f5b5f0767c722e25f28.zip
register/login timestamps
Diffstat (limited to 'include/profile_selectors.php')
-rw-r--r--include/profile_selectors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/profile_selectors.php b/include/profile_selectors.php
index 63bc22dc5..f4b30f211 100644
--- a/include/profile_selectors.php
+++ b/include/profile_selectors.php
@@ -3,7 +3,7 @@
function gender_selector($current="",$suffix="") {
$o = '';
- $select = array('', t('Male'), t('Female'), t('Mostly Male'), t('Mostly Female'), t('Transgender'), t('Intersex'), t('Transsexual'), t('Hermaphrodite'), t('Currently Male'), t('Currently Female'), t('Neuter'), t('Non-specific'), t('Other'), t('Undecided'));
+ $select = array('', t('Male'), t('Female'), t('Currently Male'), t('Currently Female'), t('Mostly Male'), t('Mostly Female'), t('Transgender'), t('Intersex'), t('Transsexual'), t('Hermaphrodite'), t('Neuter'), t('Non-specific'), t('Other'), t('Undecided'));
$o .= "<select name=\"gender$suffix\" id=\"gender-select$suffix\" size=\"1\" >";
foreach($select as $selection) {