Some more alignation
This commit is contained in:
parent
bc553a2c49
commit
5db9d2fe66
|
@ -220,38 +220,38 @@ class ContactSelector
|
|||
{
|
||||
$o = '';
|
||||
$select = [
|
||||
'EMPTY' => '',
|
||||
'Single' => L10n::t('Single'),
|
||||
'Lonely' => L10n::t('Lonely'),
|
||||
'Available' => L10n::t('Available'),
|
||||
'Unavailable' => L10n::t('Unavailable'),
|
||||
'Has crush' => L10n::t('Has crush'),
|
||||
'Infatuated' => L10n::t('Infatuated'),
|
||||
'Dating' => L10n::t('Dating'),
|
||||
'Unfaithful' => L10n::t('Unfaithful'),
|
||||
'Sex Addict' => L10n::t('Sex Addict'),
|
||||
'Friends' => L10n::t('Friends'),
|
||||
'Friends/Benefits' => L10n::t('Friends/Benefits'),
|
||||
'Casual' => L10n::t('Casual'),
|
||||
'Engaged' => L10n::t('Engaged'),
|
||||
'Married' => L10n::t('Married'),
|
||||
'Imaginarily married' => L10n::t('Imaginarily married'),
|
||||
'Partners' => L10n::t('Partners'),
|
||||
'Cohabiting' => L10n::t('Cohabiting'),
|
||||
'Common law' => L10n::t('Common law'),
|
||||
'Happy' => L10n::t('Happy'),
|
||||
'Not looking' => L10n::t('Not looking'),
|
||||
'Swinger' => L10n::t('Swinger'),
|
||||
'Betrayed' => L10n::t('Betrayed'),
|
||||
'Separated' => L10n::t('Separated'),
|
||||
'Unstable' => L10n::t('Unstable'),
|
||||
'Divorced' => L10n::t('Divorced'),
|
||||
'EMPTY' => '',
|
||||
'Single' => L10n::t('Single'),
|
||||
'Lonely' => L10n::t('Lonely'),
|
||||
'Available' => L10n::t('Available'),
|
||||
'Unavailable' => L10n::t('Unavailable'),
|
||||
'Has crush' => L10n::t('Has crush'),
|
||||
'Infatuated' => L10n::t('Infatuated'),
|
||||
'Dating' => L10n::t('Dating'),
|
||||
'Unfaithful' => L10n::t('Unfaithful'),
|
||||
'Sex Addict' => L10n::t('Sex Addict'),
|
||||
'Friends' => L10n::t('Friends'),
|
||||
'Friends/Benefits' => L10n::t('Friends/Benefits'),
|
||||
'Casual' => L10n::t('Casual'),
|
||||
'Engaged' => L10n::t('Engaged'),
|
||||
'Married' => L10n::t('Married'),
|
||||
'Imaginarily married' => L10n::t('Imaginarily married'),
|
||||
'Partners' => L10n::t('Partners'),
|
||||
'Cohabiting' => L10n::t('Cohabiting'),
|
||||
'Common law' => L10n::t('Common law'),
|
||||
'Happy' => L10n::t('Happy'),
|
||||
'Not looking' => L10n::t('Not looking'),
|
||||
'Swinger' => L10n::t('Swinger'),
|
||||
'Betrayed' => L10n::t('Betrayed'),
|
||||
'Separated' => L10n::t('Separated'),
|
||||
'Unstable' => L10n::t('Unstable'),
|
||||
'Divorced' => L10n::t('Divorced'),
|
||||
'Imaginarily divorced' => L10n::t('Imaginarily divorced'),
|
||||
'Widowed' => L10n::t('Widowed'),
|
||||
'Uncertain' => L10n::t('Uncertain'),
|
||||
'It\'s complicated' => L10n::t('It\'s complicated'),
|
||||
'Don\'t care' => L10n::t('Don\'t care'),
|
||||
'Ask me' => L10n::t('Ask me'),
|
||||
'Widowed' => L10n::t('Widowed'),
|
||||
'Uncertain' => L10n::t('Uncertain'),
|
||||
'It\'s complicated' => L10n::t('It\'s complicated'),
|
||||
'Don\'t care' => L10n::t('Don\'t care'),
|
||||
'Ask me' => L10n::t('Ask me'),
|
||||
];
|
||||
|
||||
Addon::callHooks('marital_selector', $select);
|
||||
|
|
Loading…
Reference in New Issue
Block a user