pull/62/head
friendica 2012-05-28 19:40:22 -07:00
parent 1b49dda202
commit bd274adb11
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -48,7 +48,7 @@ function morechoice_sexpref_selector($a,&$b) {
function morechoice_marital_selector($a,&$b) {
if($a->config['system']['language'] == 'en') {
$b[] = 'Married to my job';
$b[] = 'Polygamist';
}
}