]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ContactSelector.php
Replace EMPTY value by empty value in profile selectors
[friendica.git] / src / Content / ContactSelector.php
index 470590388447bf3634a37ab76dad849da0761059..e327069b33fd86653bad93e0b9a661c1c3a1bcc3 100644 (file)
@@ -150,7 +150,7 @@ class ContactSelector
        {
                $o = '';
                $select = [
-                       'EMPTY'            => '',
+                       ''                 => L10n::t('No answer'),
                        'Male'             => L10n::t('Male'),
                        'Female'           => L10n::t('Female'),
                        'Currently Male'   => L10n::t('Currently Male'),
@@ -190,7 +190,7 @@ class ContactSelector
        {
                $o = '';
                $select = [
-                       'EMPTY'         => '',
+                       ''              => L10n::t('No answer'),
                        'Males'         => L10n::t('Males'),
                        'Females'       => L10n::t('Females'),
                        'Gay'           => L10n::t('Gay'),
@@ -228,7 +228,7 @@ class ContactSelector
        {
                $o = '';
                $select = [
-                       'EMPTY'                => '',
+                       ''                     => L10n::t('No answer'),
                        'Single'               => L10n::t('Single'),
                        'Lonely'               => L10n::t('Lonely'),
                        'Available'            => L10n::t('Available'),