mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 06:03:44 +00:00
more
This commit is contained in:
parent
1b49dda202
commit
bd274adb11
2 changed files with 1 additions and 1 deletions
BIN
morechoice.tgz
BIN
morechoice.tgz
Binary file not shown.
|
@ -48,7 +48,7 @@ function morechoice_sexpref_selector($a,&$b) {
|
||||||
function morechoice_marital_selector($a,&$b) {
|
function morechoice_marital_selector($a,&$b) {
|
||||||
if($a->config['system']['language'] == 'en') {
|
if($a->config['system']['language'] == 'en') {
|
||||||
$b[] = 'Married to my job';
|
$b[] = 'Married to my job';
|
||||||
|
$b[] = 'Polygamist';
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue